read.rmMask.GRanges | R Documentation |
Read a RepeatMasker .out file into a GRanges
object.
read.rmMask.GRanges(fn)
fn |
|
A GRanges
object with metadata columns containing the
name of the matching interspersed repeat,
the class of the repeat and the Smith-Waterman score of the match.
Ge Tan
http://www.repeatmasker.org/webrepeatmaskerhelp.html
fn <- system.file("extdata", "ce2chrM.fa.out", package="IRanges") read.rmMask.GRanges(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.