Description Usage Arguments Value Examples
Given a GRanges object and a genome version (hg19, mm9, ce10 or dm3), this function extracts the DNA sequences for all genomic regions found in an input object.
1 | extractSequences(queryRegions, genomeVersion)
|
queryRegions |
GRanges object containing coordinates of input query
regions imported by the |
genomeVersion |
A character string to denote the BS genome library required to extract sequences. Available options are hg19, mm9, ce10 and dm3. |
DNAStringSet object will be returned
1 2 3 | data(queryRegions)
sequences <- extractSequences(queryRegions = queryRegions,
genomeVersion = 'hg19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.