annotaTEs | R Documentation |
The annotaTEs()
function fetches RepeatMasker UCSC transposable
element (TE) annotations using
AnnotationHub and parses them.
annotaTEs(
genome = "hg38",
parsefun = rmskidentity,
verbose = TRUE,
AHid = NULL,
...
)
genome |
The genome version of the desired RepeatMasker annotations (e.g. "hg38"). |
parsefun |
A
|
verbose |
(Default |
AHid |
AnnotationHub unique identifier, of the form AH12345, of an
object with TE annotations. This is an optional argument to
specify a concrete AnnotationHub resource, for instance
when more there is more than one RepeatMasker annotation
available for a specific genome version. If |
... |
Arguments passed to |
Given a specific genome version, the annotaTEs()
function fetches
RepeatMasker annotations from UCSC Genome Browser using the
AnnotationHub package. Since RepeatMasker not only
provides TE annotations but also low complexity DNA sequences and other
types of repeats, a specific parsefun
can be set to parse these
annotations (e.g. rmskbasicparser
or a user-defined function). If no
parsing is required, parsefun
can be set to rmskidentity
.
A GRanges object with transposable element annotations.
AnnotationHub
rmskid <- annotaTEs(genome="hg19", parsefun=rmskidentity)
rmskid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.