getSeq,FaFile_Circ-method | R Documentation |
Yields the sequence for a particular range on a circular Fasta File note that
## S4 method for signature 'FaFile_Circ'
getSeq(x, ...)
x |
FaFile_Circ; the object to get the seqinfo for |
A Seqinfo object
create_html_report
mytempfile=tempfile()
writeXStringSet(setNames(DNAStringSet(c('AAAAAAAAGG','AAAAAAAAGG')),
c('chrM','chr2')),filepath=mytempfile)
Rsamtools::indexFa(mytempfile)
cREF<-FaFile_Circ(Rsamtools::FaFile(mytempfile),circularRanges='chrM')
seqinfo(cREF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.