Uses of Class
org.biojava.nbio.core.sequence.features.QualityFeature
-
Packages that use QualityFeature Package Description org.biojava.nbio.genome.io.fastq FASTQ and variants sequence format I/O. -
-
Uses of QualityFeature in org.biojava.nbio.genome.io.fastq
Methods in org.biojava.nbio.genome.io.fastq that return QualityFeature Modifier and Type Method Description static QualityFeature<AbstractSequence<NucleotideCompound>,NucleotideCompound>
FastqTools. createQualityScores(Fastq fastq)
Create and return a newQualityFeature
from the quality scores of the specified FASTQ formatted sequence.
-