FaFile_Circ-class | R Documentation |
A simple extension to the FaFile class that allows one to include a list of circular ranges, e.g. chrM
circularRanges
A character vector describing which seqnames have circular ranges
mytempfile=tempfile()
writeXStringSet(setNames(DNAStringSet(c('AAAAAAAAGG','AAAAAAAAGG')),
c('chrM','chr2')),filepath=mytempfile)
Rsamtools::indexFa(mytempfile)
cREF<-FaFile_Circ(Rsamtools::FaFile(mytempfile),circularRanges='chrM')
cREF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.