Description Usage Arguments Value Examples
Atribute mutation frequency to nodes
1 | Mutation_obj(list,FreqMutThreshold, geneListLabel)
|
list |
A list of data frame with mutation data. Each data frame to study |
FreqMutThreshold |
threshold Rate of cases (patients) having mutation (0-1). |
geneListLabel |
file name of geneList examples: "73" |
A dat frame with mutation frequency. Ech column corresponds to a study.
1 2 3 4 5 6 7 8 9 10 11 | cgds <- CGDS("http://www.cbioportal.org/")
## Not run:
geneList <- whichGeneList("73")
MutData <- getMutationData(cgds,"gbm_tcga_pub_all",
"gbm_tcga_pub_mutations", geneList )
listMutData <- list(ls1=MutData, ls2=MutData)
FreqMutThreshold <- 10
r_data <- new.env()
MutObj <- Mutation_obj(listMutData, 10, "73")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.