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
Maps copy number data to improved sample id's and entrez gene data. Also does some data formatting.
56
+
57
+
Parameters
58
+
----------
59
+
copy_number_data : pd.Dataframe OR string
60
+
Pandas dataframe object with copy number data OR path to csv with copy number data
61
+
62
+
improve_id_data : pd.Dataframe OR string
63
+
Pandas dataframe object with improve id data OR path to csv with improve id data. This is one of the outputs of parse_mmc2()
64
+
65
+
entrez_data : pd.Dataframe OR string
66
+
Pandas dataframe object with entrez gene data OR path to csv with entrez gene data. Use this code to get this file: https://github.com/PNNL-CompBio/coderdata/tree/e65634b99d060136190ec5fba0b7798f8d140dfb/build/genes
67
+
68
+
Returns
69
+
-------
70
+
sample_entrez_cn_df : pd.DataFrame
71
+
A DataFrame containing the mapped copy number data with columns: entrez_id, copy_number, copy_call, study, source ,improve_sample_id
0 commit comments