Class SimpleSpecificMap
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
eu.isas.peptideshaker.scoring.maps.SpecificTargetDecoyMap
eu.isas.peptideshaker.scoring.maps.specific.SimpleSpecificMap
- All Implemented Interfaces:
Serializable
Specific target decoy map where the highest value with enough values is kept.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
Fields inherited from class eu.isas.peptideshaker.scoring.maps.SpecificTargetDecoyMap
fileSpecificGrouping, fileSpecificMaps, groupedMaps, groupingFields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.isas.peptideshaker.scoring.maps.SpecificTargetDecoyMap
addPoint, estimateProbabilities, getCategoriesFromGroupedFiles, getChargeGroupingMap, getCorrectedCharge, getFilesAtCategory, getGroupedCategories, getMapsSize, getPossibleCategories, getProbability, getTargetDecoyMap, getTargetDecoyMaps, isFileGroupedMethods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
SimpleSpecificMap
public SimpleSpecificMap()
-
-
Method Details
-
clean
public void clean(double minimalFDR) Description copied from class:SpecificTargetDecoyMapHandles sparse maps.- Specified by:
cleanin classSpecificTargetDecoyMap- Parameters:
minimalFDR- the minimal FDR which should be achievable
-