Description Usage Format Author(s) Source See Also Examples
The chromosome 3 reference sequence for Arabidopsis
thaliana as a
DNAStringSet
.
Can be used as a test data set, as in the associated
introduction vignette. The DNA sequence between bases
10,500,000 and 14,300,000 was extracted for use in this dataset.
1 |
A DNAStringSet
object containing a
DNAString
for
Arabidopsis thaliana's chromosome 3 sequence.
Jack Gisby
The Arabidopsis thaliana genome was downloaded from the
NCBI refseq database on 20/SEP/2019, using
getGenome
, and chromosome 3 was
extracted. The genome may also be accessed from the NCBI
ftp server: ftp://ftp.ncbi.nlm.nih.gov/genomes.
getGenome
,
DNAStringSet
,
DNAString
,
packSearch
1 2 3 4 5 6 7 8 | data(arabidopsisThalianaRefseq)
packMatches <- packSearch(
Biostrings::DNAString("CACTACAA"),
arabidopsisThalianaRefseq,
elementLength = c(300, 3500),
tsdLength = 3
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.