LCdelta to make combinations of columns in the affiliation matrix representing the protein complex membership graph (PCMG) for AP-MS data.
mergeComplexes(bhmax,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.The local modeling algorithm for AP-MS data described by Scholtens and
Gentleman (2004) and Scholtens, Vidal, and Gentleman (2005) uses a
two-component measure of protein complex estimate quality, namely P=LxC.
Columns in cMat represent individual complex estimates. The algorithm
works by starting with a maximal BH-complete subgraph estimate of cMat,
and then improves the estimate by combining complexes such that P=LxC
increases.
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,findComplexes
data(apEX)
PCMG0 <- bhmaxSubgraph(apEX)
PCMG1 <- mergeComplexes(PCMG0,apEX,sensitivity=.7,specificity=.75)
Run the code above in your browser using DataLab