Description Usage Arguments Value Examples
View source: R/geNetClassifier.R
get genes classification
1 2 | getGenesClassification(checked_Studies, GeneList,
samplesize, threshold, listGenProfs, listCases)
|
checked_Studies |
checked studies |
GeneList |
gene list |
samplesize |
sample size |
threshold |
p-value threshold |
listGenProfs |
list of genetic profiles |
listCases |
list of cases |
A table with genes classed by study
1 2 3 4 5 6 7 8 9 10 11 12 13 | cgds <- CGDS("http://www.cbioportal.org/")
listStudies <- cgdsr::getCancerStudies(cgds)
## Not run:
checked_Stdudies <- listStudies[3:5]
listCases <- getList_Cases(listStudies[1:3])
listGenProfs <- getList_GenProfs(listStudies[1:3])
GeneList <- c('P53', 'IFI16', 'BRCA1')
samplesize <- 50
threshold <- 0.95
table <- getGenesClassification(checked_Studies, GeneList,
samplesize ,threshold ,listGenProfs, listCases)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.