We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f144edb commit 11d28d2Copy full SHA for 11d28d2
1 file changed
build/beatAML/GetBeatAML.py
@@ -468,6 +468,7 @@ def map_and_combine(df, data_type, entrez_map_file, improve_map_file, map_file=N
468
mapped_df.insert(0, 'improve_sample_id', mapped_df.pop('improve_sample_id'))
469
mapped_df['source'] = 'synapse'
470
mapped_df['study'] = 'BeatAML'
471
+ mapped_df =mapped_df.drop_duplicates()
472
473
final_dataframe = mapped_df.dropna()
474
return final_dataframe
0 commit comments