Description Note Author(s) See Also Examples
Full genome sequences for Homo sapiens (Human) as provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects.
This BSgenome data package was made from the following source data files:
1 2 3 4 | chromFa.zip, upstream1000.zip, upstream2000.zip, upstream5000.zip
from http://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/
|
See ?BSgenomeForge
and the BSgenomeForge
vignette (vignette("BSgenomeForge")
) in the BSgenome
software package for how to make a BSgenome data package.
The Bioconductor Dev Team
BSgenome objects and the
available.genomes
function
in the BSgenome software package.
DNAString objects in the Biostrings package.
The BSgenomeForge vignette (vignette("BSgenomeForge")
)
in the BSgenome software package for how to make a BSgenome
data package.
1 2 3 4 5 6 7 8 9 10 | BSgenome.Hsapiens.UCSC.hg19
genome <- BSgenome.Hsapiens.UCSC.hg19
seqlengths(genome)
genome$chr1 # same as genome[["chr1"]]
## See the GenomeSearching vignette in the BSgenome software
## package for some examples of genome-wide motif searching using
## Biostrings and the BSgenome data packages:
if (interactive())
vignette("GenomeSearching", package="BSgenome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.