added a comment to data extraction
This commit is contained in:
parent
6c10776ea9
commit
ce0f12382e
1 changed files with 1 additions and 0 deletions
|
@ -1513,6 +1513,7 @@ gene_LF3['mutation_info_orig'].value_counts()
|
|||
gene_LF3['dst'] = gene_LF3[drug] # to allow cross checking
|
||||
gene_LF3['dst'].equals(gene_LF3[drug])
|
||||
|
||||
# populate dst_multimode
|
||||
gene_LF3['dst_multimode'] = gene_LF3[drug]
|
||||
|
||||
gene_LF3[drug].isnull().sum()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue