tidy script for data extraction

This commit is contained in:
Tanushree Tunstall 2020-01-28 11:53:10 +00:00
parent 1edfe3f8f8
commit 6cbef0c3d7

View file

@ -308,7 +308,7 @@ else:
# count if all the mutations are indeed in the protein coding region # count if all the mutations are indeed in the protein coding region
# i.e begin with pnca_p # i.e begin with pnca_p
meta_pnca_LF1['mutation'].str.count('pncA_p.').sum() # 3093 meta_pnca_LF1['mutation'].str.count('pncA_p.').sum()
# should be true. # should be true.
# and check against the length of the df, which should match # and check against the length of the df, which should match