Package com.compomics.util.gui.ptm

Examples of com.compomics.util.gui.ptm.PtmDialog


            JOptionPane.showMessageDialog(peptideShakerGUI, report, "PTM PSI-MOD Mapping", JOptionPane.WARNING_MESSAGE);

            // have the user add the CV term mappings
            for (String modName : missingMods) {
                PTM currentPtm = PTMFactory.getInstance().getPTM(modName);
                new PtmDialog(this, this, ptmToPrideMap, currentPtm, false);
            }
        }
    }
View Full Code Here

TOP

Related Classes of com.compomics.util.gui.ptm.PtmDialog

Copyright © 2018 www.massapicom. 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.