Description Usage Value Examples
View source: R/getProfilesDataSingleGene.R
get Profiles Data for a Single Gene.
1 |
dataframe with profiles data for a single gene
1 2 3 4 5 6 7 8 9 10 11 | readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Select Case from Breast Cancer
myGlobalEnv <- new.env(parent = emptyenv())
myGlobalEnv$curselectCases <- 9
##Select Genetic Profile from Breast Cancer
myGlobalEnv$curselectGenProfs <- 4
## get Specific Mutation data for 73 Genes list
## Not run:
getProfilesDataSingleGene()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.