Description Usage Arguments Value Author(s) See Also Examples
Get detailed annotations for the specified features.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |   arrayDetails( ids, as.data.frame=FALSE )
  chromosomeDetails( ids, as.data.frame=FALSE )
  domainDetails( ids, as.data.frame=FALSE )
  estExonDetails( ids, as.data.frame=FALSE )
  estGeneDetails( ids, as.data.frame=FALSE )
  estTranscriptDetails( ids, as.data.frame=FALSE )
  exonDetails( ids, as.data.frame=FALSE )
  geneDetails( ids, as.data.frame=FALSE )
  predictionTranscriptDetails( ids, as.data.frame=FALSE )
  probeDetails( ids, as.data.frame=FALSE )
  probesetDetails( ids, as.data.frame=FALSE )
  proteinDetails( ids, as.data.frame=FALSE )
  synonymDetails( ids, as.data.frame=FALSE )
  transcriptDetails( ids, as.data.frame=FALSE )
 | 
| ids | Database identifiers for the features of interest | 
| as.data.frame |  If  | 
Results in an GRanges object (or a data.frame if TRUE is passed for the second parameter), one \'row\' per feature, containing detailed annotations.
Tim Yates
annmapTo
annmapAll
annmapRange
annmapUtils
annmapFilters
GRanges
| 1 2 3 4 5 |  
  if(interactive()) {
    annmapConnect()
    geneDetails(symbolToGene("TP53"))
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.