getHEK293GenomeTrack | R Documentation |
Functionality for retrieving genomic data for different lineages of the human embryonic kidney HEK293 cell line. Returned genomic coordinates are based on the hg18 human genome assembly. See references.
getHEK293GenomeTrack(
track = c("cnv.hmm", "cnv.snp"),
cell.line = "293T",
cache = TRUE
)
track |
character. Genome track to retrieve. Valid options include:
Defaults to |
cell.line |
character. Valid options include:
Defaults to |
cache |
logical. Should a locally cached version used if available?
Defaults to |
A GRanges
object storing genomic coordinates and genomic scores
of regions of interest.
cnv.hmm <- getHEK293GenomeTrack(track = "cnv.hmm", cell.line = "293T")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.