You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the data's variant classification matches scheme well, except "Non-coding_Transcript". let's change those to RNA
146
-
sample_entrez_mutation_data=pd.merge(sample_mutation_data, entrez_data[['entrez_id','other_id']], how='left', left_on="Hugo_Symbol", right_on="other_id") # merge with our entrez database to see if we have additional matches
146
+
sample_entrez_mutation_data=pd.merge(sample_mutation_data, entrez_data[['entrez_id','other_id']], how='inner', left_on="Hugo_Symbol", right_on="other_id") # merge with our entrez database to see if we have additional matches
0 commit comments