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
public class SimpleSpecificMap extends SpecificTargetDecoyMap
Specific target decoy map where the highest value with enough values is kept.
- Author:
- Marc Vaudel
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.isas.peptideshaker.scoring.maps.SpecificTargetDecoyMap
fileSpecificGrouping, fileSpecificMaps, groupedMaps, grouping -
Constructor Summary
Constructors Constructor Description SimpleSpecificMap() -
Method Summary
Modifier and Type Method Description voidclean(double minimalFDR)Handles sparse maps.Methods inherited from class eu.isas.peptideshaker.scoring.maps.SpecificTargetDecoyMap
addPoint, estimateProbabilities, getCategoriesFromGroupedFiles, getChargeGroupingMap, getCorrectedCharge, getFilesAtCategory, getGroupedCategories, getMapsSize, getPossibleCategories, getProbability, getTargetDecoyMap, getTargetDecoyMaps, isFileGrouped
-
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
-