Description Usage Arguments Details Value Author(s) Examples
Map genome coordinates to transcript coordinates.
1 2 |
gr |
A |
id |
A |
refGenome |
A |
ignore.strand |
A |
showPb |
A |
The function maps genomic coordinates from locus
to transcript
section coordinates. The function automatically loads a reference
transcriptome based on refGenome
. An error is produced if a reference
transcriptome could not be found. This usually means that BuildTx
was
not yet run successfully.
The function returns a txLoc
object of mapped positions.
A txLoc
object. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 7 8 | ## Not run:
bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR")
sites <- ReadBED(bedFile)
txSites <- SmartMap(sites, id = "m6A", refGenome = "hg38")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.