getSeq-FaFile_Circ-method: Yields the sequence for a particular range on a circular...

getSeq,FaFile_Circ-methodR Documentation

Yields the sequence for a particular range on a circular Fasta File note that

Description

Yields the sequence for a particular range on a circular Fasta File note that

Usage

## S4 method for signature 'FaFile_Circ'
getSeq(x, ...)

Arguments

x

FaFile_Circ; the object to get the seqinfo for

Value

A Seqinfo object

See Also

create_html_report

Examples


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)

ohlerlab/RiboseQC documentation built on Aug. 15, 2023, 7:30 a.m.