Uses of Class
org.snpeff.util.Tuple
-
Packages that use Tuple Package Description org.snpeff.spliceSites -
-
Uses of Tuple in org.snpeff.spliceSites
Methods in org.snpeff.spliceSites that return Tuple Modifier and Type Method Description Tuple<java.lang.Double,java.lang.Integer>
SpliceTypes. addBestU12Score(Transcript tr, java.lang.String chrSeq, java.lang.String donorAcceptor, int intronStart, int intronEnd)
Calculate the best U12 score.Tuple<java.lang.Double,java.lang.Integer>
SpliceTypes. bestU12Score(java.lang.String seq)
Find the best score for PWM matrix in U12 branch points
-