View source: R/data_process_funcs.R
prepareMutMat | R Documentation |
Function takes in a list of driver genes, samples and mutation/maf file and returns a binary muration matrix
prepareMutMat(x, driver_genes, samples, all_cancers_mut_df)
x |
primary site. If 'NULL' then ensure that the 'samples' passed match the 'Tumor_Sample_Barcode' field in 'all_cancers_mut_df' |
driver_genes |
vector of interested driver genes |
samples |
vector of cell lines or patient samples |
all_cancers_mut_df |
dataframe of mutations with Hugo_symbol, Tumor_Sample_Barcode and type of mutation |
a mutation matrix for the given samples and genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.