procope.examples
package of the src/
folder.ComplexSet BT893=null; |
ComplexSet decomposed =
BT893.decompose(bootstrap, 0.5f); |
System.out.println("Original
complexes: " + BT893.getComplexCount()); |
BT893.removeComplexesByScore(bootstrap,
0.8f, false); |
ProteinManager
is used to map back internal protein IDs to their String labels. Each ComplexSet
object is iterable by the Complex
class.System.out.println("High-confidence
complexes:"); |
ComplexSetWriter
class.try { |
Loading datasets...
|