Uses of Class
eu.isas.peptideshaker.export.exportfeatures.PsPeptideFeature
| Package | Description |
|---|---|
| eu.isas.peptideshaker.export.exportfeatures |
Export features.
|
| eu.isas.peptideshaker.export.sections |
Export sections.
|
-
Uses of PsPeptideFeature in eu.isas.peptideshaker.export.exportfeatures
Methods in eu.isas.peptideshaker.export.exportfeatures that return PsPeptideFeature Modifier and Type Method Description static PsPeptideFeaturePsPeptideFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static PsPeptideFeature[]PsPeptideFeature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PsPeptideFeature in eu.isas.peptideshaker.export.sections
Methods in eu.isas.peptideshaker.export.sections with parameters of type PsPeptideFeature Modifier and Type Method Description static StringPsPeptideSection. getfeature(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, int nSurroundingAA, String linePrefix, com.compomics.util.experiment.identification.matches.PeptideMatch peptideMatch, PsPeptideFeature peptideFeature, boolean validatedOnly, boolean decoys, com.compomics.util.waiting.WaitingHandler waitingHandler)Returns the component of the section corresponding to the given feature.