|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.methods.scores.bootstrap.Bootstrap
public class Bootstrap
Contains helper methods for the calculation of protein interaction scores using the Bootstrap approach according to
Caroline C. Friedel, Jan Krumsiek, Ralf Zimmer
Bootstrapping the Interactome: Unsupervised Identification of Protein Complexes in Yeast.
RECOMB 2008, LNBI 4955, pp. 3-16.
This class is not instantiatable.
Method Summary | |
---|---|
static ProteinNetwork |
createBootstrapNetwork(Collection<ComplexSet> clusterings)
Creates the bootstrap network for a given set of clusterings. |
static ArrayList<ComplexSet> |
extractOptimalClusterings(ArrayList<BootstrapClusterings> clusteringLists,
int optimalIndex)
Extracts all clusterings at a given index of the clustering lists. |
static int |
findBestIndex(ArrayList<BootstrapClusterings> clusteringsOnlyEff)
Finds the index of the clusterings with the best average efficiency in the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ArrayList<ComplexSet> extractOptimalClusterings(ArrayList<BootstrapClusterings> clusteringLists, int optimalIndex)
clusteringLists
- set of clusteringsoptimalIndex
- index in each clustering list to be extracted
public static ProteinNetwork createBootstrapNetwork(Collection<ComplexSet> clusterings)
clusterings
- set of clusterings for which the boostrap network is calculated
public static int findBestIndex(ArrayList<BootstrapClusterings> clusteringsOnlyEff)
Note: The clustering objects do not have to contain actual clusterings,
inflation coefficient and efficiency are enough. See also:
BootstrapClusterings.BootstrapClusterings(String, boolean)
clusteringsOnlyEff
- clusterings list from which the best inflation
coeffient is determined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |