get_seq | R Documentation |
Retrieve genomic sequences
Wrapper around getSeq which does the "chr" and seqnames conversion if necessary also handles GRangesList queries
get_seq(hg, gr, unlist = TRUE, mc.cores = 1, mc.chunks = mc.cores, add.chr = FALSE, as.data.table = FALSE, verbose = FALSE)
hg |
A BSgenome or and ffTrack object with levels = c('A','T','G','C','N') |
gr |
GRanges object to define the ranges |
unlist |
logical whether to unlist the final output into a single DNAStringSet. (default = TRUE) |
mc.cores |
Optional multicore call. (default = 1) |
mc.chunks |
Optional define how to chunk the multicore call. (default = mc.cores) |
as.data.table |
boolean (default = FALSE) |
verbose |
boolean Flag to increase verbosity (default = FALSE) |
DNAStringSet of sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.