|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmethods.scores.HartCalculator
public class HartCalculator
Calculates protein-protein interaction scores from purification data according to
Hart, G. T.; Lee, I. & Marcotte, E. R.
A high-accuracy consensus map of yeast protein complexes reveals modular nature of gene essentiality.
BMC Bioinformatics, 2007, 8, 23
For more information about this scoring method please check out the online manual.
Constructor Summary | |
---|---|
HartCalculator(Collection<PurificationData> datasets)
Creates a new scores calculator from a list of purification data sets. |
|
HartCalculator(PurificationData dataset)
Creates a new scores calculator from a given purification data set. |
|
HartCalculator(PurificationData[] datasets)
Creates a new scores calculator from an array of purification data sets. |
Method Summary | |
---|---|
Set<Integer> |
getProteins()
Returns all proteins of the purification data set used in this scores calculator |
float |
getScore(int prot1,
int prot2)
Calculates the score of the given protein. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HartCalculator(PurificationData dataset)
dataset
- purification dataset to be usedpublic HartCalculator(Collection<PurificationData> datasets)
datasets
- purfication datasets to be usedpublic HartCalculator(PurificationData[] datasets)
datasets
- purfication datasets to be usedMethod Detail |
---|
public float getScore(int prot1, int prot2)
getScore
in interface ScoresCalculator
prot1
- first proteinprot2
- second protein
public Set<Integer> getProteins()
getProteins
in interface ProteinSet
getProteins
in interface ScoresCalculator
public static void main(String[] args) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |