Description Note Author(s) See Also Examples
Full genome sequences for Brachypodium distachyon Bd21 (Purple false brome) as provided by the US Department of Energy Joint Genome Institute (DOE-JGI; Phytozome v11) and stored in Biostrings objects. The chloroplast genome is obtained from the NCBI Nucleotide database under the accession EU325680.
This BSgenome data package was made from the following source data files:
1 2 | Bdistachyon_314_v3.0.fa.gz is obtained from https://phytozome.jgi.doe.gov/pz/portal.html#!info?alias=Org_Bdistachyon. The chloroplast genome is obtained from http://www.ncbi.nlm.nih.gov/nuccore/EU325680.
|
See ?BSgenomeForge
and the BSgenomeForge
vignette (vignette("BSgenomeForge")
) in the BSgenome
software package for how to make a BSgenome data package.
I-Hsuan Lin
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 11 12 13 | BSgenome.Bdistachyon.JGI.Bd3.1
genome <- BSgenome.Bdistachyon.JGI.Bd3.1
head(seqlengths(genome))
genome$Bd1 # same as genome[["Bd1"]]
## ---------------------------------------------------------------------
## Genome-wide motif searching
## ---------------------------------------------------------------------
## 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.