21 lines
796 B
Python
21 lines
796 B
Python
#!/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
|