Examples of ProgenesisExcelExport


Examples of eu.isas.peptideshaker.followup.ProgenesisExcelExport

            new Thread("ProgenesisPsmThread") {
                @Override
                public void run() {
                    try {
                        if (psmSelectionComboBox.getSelectedIndex() == 4) {
                            ProgenesisExcelExport progenesisExcelExport = new ProgenesisExcelExport(
                                    progressDialog,
                                    peptideShakerGUI.getIdentification().getProteinIdentification(),
                                    peptideShakerGUI.getSearchParameters().getEnzyme(),
                                    peptideShakerGUI.getSequenceMatchingPreferences(),
                                    peptideShakerGUI.getIdentification(),
                                    finalOutputFile);
                            progenesisExcelExport.writeProgenesisExcelExport();
                        } else {
                            ProgenesisExport.writeProgenesisExport(finalOutputFile, peptideShakerGUI.getIdentification(),
                                    ProgenesisExport.ExportType.getTypeFromIndex(userChoice), progressDialog, ptmSelection,
                                    peptideShakerGUI.getSequenceMatchingPreferences());
                        }
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.