View source: R/data_process_funcs.R
prepareCNMatGistic | R Documentation |
The function takes in Gistic values of copy number as obtained from CCLE/TCGA, cell lines of interest and top drivers and returns an integer valued copy number matrix (0 = Homozygous deletion; 1 = Heterozygous deletion; 2 = Normal; etc.).
prepareCNMatGistic(CN_df_gistic, samples, driver_genes, x)
CN_df_gistic |
Copy number in Gistic format |
samples |
vector of cell lines of interest |
driver_genes |
vector of driver or mutated genes of interest |
x |
primary site. If 'NULL' then ensure that the 'samples' passed match the colnames of data |
Integer valued copy number matrix for selected cell lines and drivers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.