Description Usage Arguments Value See Also Examples
Accessor methods for class RankedGeneList
1 2 3 4 5 6 7 8 9 | getCandidates(object)
getSeed(object)
getResults(object)
getCoexpression(object)
getRanks(object)
|
object |
A RankedGeneList object |
A specific slot of the object
RankedGeneList
,
prioritizeCandidates
1 2 3 4 5 6 7 8 9 | a <- matrix(c(1,2,3,2,4,6,8,6,4,5,2,8,7,1,5),
nrow=5, ncol=3,byrow=TRUE)
colnames(a) <- c('sample1','sample2','sample3')
rownames(a) <- c('gene1','gene2','gene3','gene4','gene5')
seed <- c('gene1')
candidates <- c('gene2','gene4')
z <- prioritizeCandidates(counts=a, seedGenes=seed,
candidateGenes=candidates, antiCorrelation=FALSE)
getSeed(z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.