fetchRMSK | R Documentation |
fetchRMSK
is used to obtain specified RE database from RepeatMasker Database
provided by AnnotationHub.
fetchRMSK( REtype = c("Alu", "L1", "ERV"), annotation.source = c("AH", "UCSC"), genome = c("hg19", "hg38"), verbose = FALSE )
REtype |
Type of RE. Currently |
annotation.source |
Character parameter. Specify the source of annotation databases, including
the RefSeq Gene annotation database and RepeatMasker annotation database. If |
genome |
Character parameter. Specify the build of human genome. Can be either |
verbose |
Logical parameter. Should the function be verbose? |
A GRanges
object containing RE database. 'repName' column
indicates the RE name; 'swScore' column indicates the SW score; 'Index' is an
internal index for RE to facilitate data referral, which is meaningless for external use.
L1 <- fetchRMSK(REtype = "L1", annotation.source = "AH", genome = "hg19", verbose = TRUE) L1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.