tidy script for data extraction
This commit is contained in:
parent
366bb3960d
commit
c10d54f104
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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue