rmskbasicparser: Parser of RepeatMasker annotations

View source: R/annotations.R

rmskbasicparserR Documentation

Parser of RepeatMasker annotations

Description

Parser of RepeatMasker annotations

Usage

rmskbasicparser(gr)

Arguments

gr

A GRanges object with RepeatMasker annotations from AnnotationHub

Details

Parses annotations by removing low complexity regions, simple repeats, satellites, rRNA, scRNA, snRNA, srpRNA and tRNA. Also removes TEs with a strand different than "+" or "-". Modifies "repFamily" and "repClass" columns when a "?" is present or when they are defined as "Unknown" or "Other". Finally, assigns a unique id to each TE instance by adding the suffix "_dup" plus a number at the end of the "repName".

Value

A GRanges object.

Examples

rmskba <- annotaTEs(genome="dm6", parsefun=rmskbasicparser)
rmskba


functionalgenomics/atena documentation built on May 7, 2024, 10:33 a.m.