Description Usage Arguments Value
View source: R/create_TDAmut_object.R
Creates object of class TDAmut to use throughout pipeline
1 | create_TDAmut_object(exp_table, mut_table, samples_to_exclude = NULL)
|
exp_table |
transcriptomic data from cohort with format samples x genes |
mut_table |
mutation data from cohort as a data.frame with columns Sample, Gene, Mutation, Type |
samples_to_use |
optional list of samples names to excluded from the analysis |
Creates a TDAmut object populated with expression data, mutation data, and data frames of nonsynonymous mutations, synonymous mutations, and mutational load of samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.