Examples of ExperimentSearchParamsData


Examples of com.infoclinika.mssharing.model.internal.entity.search.ExperimentSearchParamsData

        });
        return new ExperimentSearchItem(search.getData().getName(), search.getData().getDescription(), search.getId(), filesId, params);
    }

    private ExperimentSearchParamsItem getExperimentSearchItemsParams(ExperimentSearch run) {
        final ExperimentSearchParamsData p = run.getData().getParams();
        final ExperimentSearchParamsData.CometParamsData cP = p.getCometParams();
        final ExperimentSearchParamsData.Ms2ProcessorParamsData mP = p.getMs2ProcessorParams();
        return new ExperimentSearchParamsItem(new RunItemMs2Params(mP.getMaxCharge(), mP.getIsolationWidth()),
                new RunItemCometParams(cP.getSequestSearchDB().getId(), cP.getMaxPrecursorCharge(), cP.getPeptideMassTolerance(), cP.getPeptideMassUnits(), cP.getMassTypeParent(),
                        cP.getMassTypeFragment(), cP.getPrecursorToleranceType(), cP.getSearchEnzymeNumber(), cP.getNumEnzymeTermini(), newLinkedList(cP.getModificationParams())));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.