Description Usage Arguments Details Value Author(s) See Also Examples
Map between the different levels of annotation in Annmap. For example, given a vector of gene identifiers, geneToExon
will return the exons in those genes.
as.vector |
If |
as.data.frame |
Where a vector is inappropriate for the data type, the option to return the data as a plain |
ids |
Database identifiers to map from. Can be either a vector of database
identifiers, or a |
probes.min |
How many probes need to match before the probeset is returned. |
rm.unreliable |
If |
x |
An |
In most cases, these functions should be self-explantory. However, by default, the mappings involving probes and probesets
do some filtering of the data. This means that probesets which have one or more probes that don't match to the genome, or which
match to multiple loci, are removed (see unreliable
for more details).
The function transcriptToTranslatedprobes
returns a list of GRanges
objects (one for each transcript) containing each probe that hits that translated transcripts and the relative start and end locations.
Results in an GRanges
object, one row per feature, containing detailed annotations, or a vector
, as defined by as.vector
.
Tim Yates
annmapDetails
annmapAll
annmapRange
annmapUtils
annmapFilters
link{GRanges}
1 2 3 4 | if(interactive()) {
annmapConnect()
geneToExon(symbolToGene("TP53"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.