gseq.extract | R Documentation |
Returns DNA sequences for given intervals
gseq.extract(intervals = NULL)
intervals |
intervals for which DNA sequence is returned |
This function returns an array of sequence strings for each interval from 'intervals'. If intervals contain an additional 'strand' column and its value is '-1', the reverse-complementary sequence is returned.
An array of character strings representing DNA sequence.
gextract
gdb.init_examples()
intervs <- gintervals(c(1, 2), 10000, 10020)
gseq.extract(intervs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.