Description Usage Arguments Value Examples
View source: R/region_functions.R
Retrieve sequences corresponding to ranges of interest
1 | get_seqs(zu_obj, region_type = "expanded", genome)
|
zu_obj |
A ZentTools object. |
region_type |
Whether to extract sequences from original regions ("imported") or expanded regions ("expanded"). |
genome |
A BSgenome object for the organism of interest. |
A DNAStringSet object in the 'seqs' slot of the ZentUtils object.
1 2 | genome <- BSgenome.Scerevisiae.UCSC.sacCer3
zent <- get_seqs(zent, region_type = "expanded", genome = genome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.