Description Usage Arguments Details Author(s) Examples
Write txLoc
object to a BED file. See 'Details'.
1 |
txLoc |
A |
file |
A character string; specifies the filename of the output
BED file. If |
The function writes entries from a txLoc
object to a 6-column BED
file (BED6). Note that this process is not "splice-aware", i.e. if an entry
spans an intron the BED entry gives the left and right-most genomic
coordinate of the feature. If file = NULL
, entries will be written to
sites.bed
.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 6 7 8 9 | ## Not run:
bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR")
sites <- ReadBED(bedFile)
txSites <- SmartMap(sites, id = "m6A", refGenome = "hg38")
WriteBED(txSites)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.