tidy script for data extraction
This commit is contained in:
parent
1edfe3f8f8
commit
6cbef0c3d7
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ else:
|
|||
|
||||
# count if all the mutations are indeed in the protein coding region
|
||||
# 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.
|
||||
# and check against the length of the df, which should match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue