We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2f62b commit 1779f9eCopy full SHA for 1779f9e
src/main/groovy/com/antigenomics/vdjtools/basic/PlotFancySpectratype.groovy
@@ -94,6 +94,7 @@ for (int i = 0; i < spectratype.span; i++) {
94
topClonotypes.eachWithIndex { it, ind ->
95
def bin = spectratype.bin(it)
96
spectraMatrix[bin][top - ind] = it.freq
97
+ spectraMatrix[bin][0] = spectraMatrix[bin][0] - it.freq
98
}
99
100
def table = "Len\tOther\t" + topClonotypes.reverse().collect { it.cdr3aa }.join("\t")
0 commit comments