View source: R/data_process_funcs.R
prepareCNMat | R Documentation |
The function takes in log2 ratios of copy number as obtained from CCLE, cell lines of interest and top drivers and returns an integer valued copy number matrix
prepareCNMat(CN_df, samples, driver_genes, x)
CN_df |
log2 transformed copy number matrix |
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.