rmskbasicparser | R Documentation |
Parser of RepeatMasker annotations
rmskbasicparser(gr)
gr |
A GRanges object with RepeatMasker annotations from AnnotationHub |
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".
A GRanges object.
rmskba <- annotaTEs(genome="dm6", parsefun=rmskbasicparser)
rmskba
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.