findComplexes(adjMat,VBs=NULL,VPs=NULL,simMat=NULL,sensitivity=.75,specificity=.995,Beta=0,commonFrac=2/3,wsVal
= 2e7)
VBs
is an optional vector of viable baits.VPs
is an optional vector of viable prey.adjMat
. Higher values in this matrix are interpreted to mean higher similarity for protein pairs.simMat
in the logistic regression model.findComplexes
performs all steps in the complex estimation algorithm using the apComplex package functions bhmaxSubgraph
, LCdelta
, and mergeComplexes
. These steps can also be performed separately by the user. If VBs
and/or VPs
are not specified, then by default VBs
will be assigned the set of baits that detect at least one prey and VPs
the set of prey that are detected by at least one bait.
By default commonFrac
is set relatively high at 2/3. This means
that some potentially reasonable complex combinations could be missed. For
smaller data sets, users may consider decreasing the fraction. For larger
data sets, this may cause a large increase in computation time.
Scholtens D, Vidal M, and Gentleman R. Local modeling of global interactome networks. Bioinformatics 21, 3548-3557 (2005).
bhmaxSubgraph
,mergeComplexes
data(apEX)
PCMG2 <- findComplexes(apEX,sensitivity=.7,specificity=.75)
Run the code above in your browser using DataLab