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 transcriptomics data to improved sample id's and entrez gene data. Also does some data formatting.
104
113
105
-
return(sample_entrez_cn_df)
114
+
Parameters
115
+
----------
116
+
copy_number_data : pd.Dataframe OR string
117
+
Pandas dataframe object with transcriptomics data OR path to csv with transcriptomics data
118
+
119
+
improve_id_data : pd.Dataframe OR string
120
+
Pandas dataframe object with improve id data OR path to csv with improve id data. This is one of the outputs of parse_mmc2()
121
+
122
+
entrez_data : pd.Dataframe OR string
123
+
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
124
+
125
+
Returns
126
+
-------
127
+
sample_entrez_cn_df : pd.DataFrame
128
+
A DataFrame containing the mapped transcriptomics data with columns: entrez_id, copy_number, copy_call, study, source ,improve_sample_id
0 commit comments