|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fhcrc.cpl.viewer.amt.AMTFileRestrictor
public class AMTFileRestrictor
| Field Summary | |
|---|---|
static float |
DEFAULT_MIN_PROTEIN_PROPHET_FOR_RESTRICTION
|
| Constructor Summary | |
|---|---|
AMTFileRestrictor()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList<Feature> |
identifyCorrespondingProteinFeaturesInProtXml(Feature[] inputFeatures,
java.util.List<Protein> proteinList,
java.io.File protXmlFile)
identify all features that match peptides that were used to support a given list of proteins in a protxml file |
static java.util.ArrayList<Feature> |
removeFeaturesWithProteinsFromProtXml(Feature[] inputFeatures,
java.util.List<Protein> proteinList,
java.io.File protXmlFile)
remove all features that match features that were used to support a given list of proteins in a protxml file |
static java.util.ArrayList<Protein> |
restrictProteinListWithProtXml(java.util.List<Protein> fullProteinList,
java.io.File protXmlFile,
float minProbability,
int minPeptidesPerProtein)
Load all proteins with a minimum protein prophet score from a protxml file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static float DEFAULT_MIN_PROTEIN_PROPHET_FOR_RESTRICTION
| Constructor Detail |
|---|
public AMTFileRestrictor()
| Method Detail |
|---|
public static java.util.ArrayList<Protein> restrictProteinListWithProtXml(java.util.List<Protein> fullProteinList,
java.io.File protXmlFile,
float minProbability,
int minPeptidesPerProtein)
public static java.util.ArrayList<Feature> removeFeaturesWithProteinsFromProtXml(Feature[] inputFeatures,
java.util.List<Protein> proteinList,
java.io.File protXmlFile)
public static java.util.ArrayList<Feature> identifyCorrespondingProteinFeaturesInProtXml(Feature[] inputFeatures,
java.util.List<Protein> proteinList,
java.io.File protXmlFile)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||