read.rmskFasta: Read a soft repeat masked fasta

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/IO-methods.R

Description

Read a soft repeat masked fasta file into a GRanges object.

Usage

1

Arguments

fn

character(1): The filename of the soft repeat masked fasta.

Details

Only the lower case based ("a", "c", "g", "t") are considered in the soft repeat masked fasta.

Value

GRanges object with coordinates of repeat masked regions.

Author(s)

Ge Tan

See Also

read.rmMask.GRanges

Examples

1
2
3
  fn <- file.path(system.file("extdata", package="CNEr"),
                  "rmsk.fa")
  read.rmskFasta(fn)

CNEr documentation built on Nov. 8, 2020, 5:36 p.m.