Description Usage Arguments Value Author(s) See Also Examples
Get all annotations for a given feature. For example, allGenes
will return data for all the genes in the genome.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | allArrays( as.vector=FALSE )
allChromosomes( as.vector=FALSE )
allDomains( as.vector=FALSE )
allEstExons( as.vector=FALSE )
allEstGenes( as.vector=FALSE )
allEstTranscripts( as.vector=FALSE )
allExons( as.vector=FALSE )
allGenes( as.vector=FALSE )
allPredictionTranscripts( as.vector=FALSE )
allProbes( as.vector=FALSE )
allProbesets( as.vector=FALSE )
allProteins( as.vector=FALSE )
allSymbols( as.vector=FALSE )
allSynonyms( as.vector=FALSE )
allTranscripts( as.vector=FALSE )
|
as.vector |
If |
Returns a vector
or GRanges
object, as defined by as.vector
.
Tim Yates
annmapTo
annmapDetails
annmapRange
annmapUtils
annmapFilters
GRanges
1 2 3 4 5 | if(interactive()) {
annmapConnect()
allChromosomes()
allChromosomes(as.vector=TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.