View source: R/defineSeqinfo.R
defineSeqinfo | R Documentation |
Use package data to define a Seqinfo object
defineSeqinfo(
build = c("GRCh38", "GRCh37", "GRCm39", "GRCm38", "hg19", "hg38", "T2T-CHM13v2.0",
"mm39", "mm10"),
chr = TRUE,
mito,
...
)
build |
The Genome build used |
chr |
logical(1) Include the prefix "chr" |
mito |
Specify M or MT to include the mitochondrial chromosome. Omitted by default |
... |
Not used |
This function will create a Seqinfo object from pre-defined data from the Genome Reference Consortium. Returned objects will always be restricted to assembled molecules only. Currently implemented genome builds represent the four most common builds for ChIP-Seq analysis
A Seqinfo object
defineSeqinfo("GRCh37", TRUE)
defineSeqinfo("GRCh37", FALSE, "MT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.