public static class Peak3DTest.Result extends Object
Result class is used for returning lower and upper mz bound,boolean good peak value and list of similarity value. Object of this class will return lowest mz boundary and highest mz boundary of adjacent similar peaks for given mz value. Here lowerMzBound and upperMzBound are integer because for sparse matrix we've rounded the mz value by multiplying 10000. It will also return if the peak is good or not for given mz value.
Copyright © 2019. All rights reserved.