}
char c = sequences[row].getCharAt(column);
- List<AlignmentAnnotation> annots = AlignmentUtils
- .getAlignmentAnnotationForSource(sequences[row], source);
- if (annots != null)
- {
+
+ List<AlignmentAnnotation> annots = AlignmentUtils.getAlignmentAnnotationForSource(sequences[row], source);
+ if(annots!=null) {
seqWithSSCount++;
- for(AlignmentAnnotation aa:annots) {
- if(aa!=null) {
+ for (AlignmentAnnotation aa : annots)
+ {
+ if (aa != null)
+ {
ssCount++;
}
-
- if (sequences[row].getLength() > column && !Comparison.isGap(c) && aa !=null)
+
+ if (sequences[row].getLength() > column && !Comparison.isGap(c)
+ && aa != null)
{
-
+
int seqPosition = sequences[row].findPosition(column);
-
- char ss = AlignmentUtils.findSSAnnotationForGivenSeqposition(
- aa, seqPosition);
- if(ss == '*') {
+
+ char ss = AlignmentUtils
+ .findSSAnnotationForGivenSeqposition(aa, seqPosition);
+ if (ss == '*')
+ {
continue;
- }
- ssCounts.add(ss);
+ }
+ ssCounts.add(ss);
}
- else if(Comparison.isGap(c) && aa!=null) {
+ else if (Comparison.isGap(c) && aa != null)
+ {
ssCounts.addGap();
}
}
* results of alignment consensus analysis for visible portion of view
*/
protected ProfilesI hconsensus = null;
-
+
protected Map<String, ProfilesI> hSSConsensusProfileMap = null;
+
/**
* results of cDNA complement consensus visible portion of view