read.rmskFasta | R Documentation |
Read a soft repeat masked fasta file into a GRanges
object.
read.rmskFasta(fn)
fn |
|
Only the lower case based ("a", "c", "g", "t") are considered in the soft repeat masked fasta.
GRanges
object with coordinates of repeat masked regions.
Ge Tan
read.rmMask.GRanges
fn <- file.path(system.file("extdata", package="CNEr"), "rmsk.fa") read.rmskFasta(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.