added files and saving work
This commit is contained in:
parent
409caaf0bc
commit
5fe2dc47cd
4 changed files with 457 additions and 0 deletions
21
test_data/snippet_res_pnca.py
Normal file
21
test_data/snippet_res_pnca.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Apr 21 14:54:26 2022
|
||||
|
||||
@author: tanu
|
||||
"""
|
||||
RESULTS:
|
||||
Total WT in dr_muts_col: 30761
|
||||
Total matches of pncA SNP matches in dr_mutations_pyrazinamide : 3973
|
||||
Total samples with > 1 pncA nsSNPs in dr_muts_col: 73
|
||||
Total matches of UNIQUE pncA SNP matches in dr_mutations_pyrazinamide : 227
|
||||
=================================================================RESULTS:
|
||||
Total WT in other_muts_col: 31653
|
||||
Total matches of pncA SNP matches in other_mutations_pyrazinamide : 943
|
||||
Total samples with > 1 pncA nsSNPs in other_muts_col: 14
|
||||
Total matches of UNIQUE pncA SNP matches in other_mutations_pyrazinamide : 200
|
||||
=================================================================
|
||||
|
||||
# First copy index colum
|
||||
# then use the Vcounts analogy for counts
|
Loading…
Add table
Add a link
Reference in a new issue