R/Proteomics.R
initialize_phosphoproteomics_data.Rd
A wrapper function reads all phosphoproteomics related datasets from CPTAC LUAD and its side effects are two global variables.
initialize_phosphoproteomics_data()
Side effects:
(1) CPTAC_LUAD_Phos
: the phosphoproteomics data of CPTAC LUAD from the
download data Phos.xlsx
.
(2) CPTAC_LUAD_Clinic_Sampletype
: a merged dataset from two data frames.
It provides the annotation data about sample types (tumor or healthy tissues)
and tumors stages of each sample
.CPTAC_LUAD_Clinic
, the CPTAC clinical data from the download dataset
S046_BI_CPTAC3_LUAD_Discovery_Cohort_Clinical_Data_r1_May2019.xlsx
.CPTAC_LUAD_sampletype
, the CPTAC annotation data from the download
dataset S046_BI_CPTAC3_LUAD_Discovery_Cohort_Samples_r1_May2019.xlsx
CPTAC_LUAD_Phos
and CPTAC_LUAD_Clinic_Sampletype
are
stored as CPTAC_LUAD_Phos.csv
and CPTAC_LUAD_Clinic_Sampletype.csv
in
~/Documents/EIF_output/ProcessedData
folder.
Other wrapper function for data initialization:
initialize_RNAseq_data()
,
initialize_cnv_data()
,
initialize_data()
,
initialize_proteomics_data()
,
initialize_survival_data()
if (FALSE) {
initialize_phosphoproteomics_data()
}