seqinfo,FaFile_Circ-method | R Documentation |
Yields a seqinfo object for the FaFile_Circ with it's circular ranges slot set appropriately
## S4 method for signature 'FaFile_Circ'
seqinfo(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.