powered by
Create a Mutation Count Object that can be used as data input for running the Signatures Extraction Framework
setMutCountObject(mutCountMatrix, mutationTypes = NULL, sampleNames = NULL, datasetName = NULL)
numeric matrix of mutation counts
vector including the mutation types
vector including sample names
name of the dataset
list including the mutation Count Matrix and input data for de-novo extracting Mutational Signatures
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN { tmp <- getTestRunArgs()[["mutCount.obj"]][["mutCounts"]] tmp.obj <- setMutCountObject(tmp) tmp.obj # }
Run the code above in your browser using DataLab