Uses of Class
eu.isas.peptideshaker.export.exportfeatures.PsPsmFeature
| Package | Description |
|---|---|
| eu.isas.peptideshaker.export.exportfeatures |
Export features.
|
| eu.isas.peptideshaker.export.sections |
Export sections.
|
-
Uses of PsPsmFeature in eu.isas.peptideshaker.export.exportfeatures
Methods in eu.isas.peptideshaker.export.exportfeatures that return PsPsmFeature Modifier and Type Method Description static PsPsmFeaturePsPsmFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static PsPsmFeature[]PsPsmFeature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PsPsmFeature in eu.isas.peptideshaker.export.sections
Methods in eu.isas.peptideshaker.export.sections with parameters of type PsPsmFeature Modifier and Type Method Description static StringPsPsmSection. getFeature(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, String linePrefix, com.compomics.util.experiment.identification.matches.SpectrumMatch spectrumMatch, com.compomics.util.experiment.identification.peptide_shaker.PSParameter psParameter, PsPsmFeature psmFeature, boolean validatedOnly, boolean decoys, com.compomics.util.waiting.WaitingHandler waitingHandler)Writes the given feature of the current section.