read.rmskFasta {CNEr} | 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
fn <- file.path(system.file("extdata", package="CNEr"), "rmsk.fa") read.rmskFasta(fn)