Description Usage Arguments Value See Also Examples
This function uses the p-values (or probabilities) derived from the PAND algorithm to perform agglomerative hierarchical clustering (using the unweighted group average) for proteins that form significant protein pairs.
1 | ProteinCluster(Pfile, Plot=FALSE, TextScaler=50, height=10, width)
|
Pfile |
A data frame returned from the function SignificantPairs() |
Plot |
If FALSE, a dendrogram will NOT be generated |
TextScaler |
Scale the size of the label in the generated PDF file |
height |
The height of the generated PDF file |
width |
The width of the generated PDF file |
This function returns an object in the class "dendrogram". If the argument "Plot" is "TRUE", it will also plot the dendrogram.
SignificantPairs
, KEGGpredict
, GOpredict
, SignificantSubcluster
1 2 3 4 | ## not run
## data(dfPPI)
## OrderAll=SignificantPairs(dfPPI)
## dendMap=ProteinCluster(Pfile=OrderAll, Plot=TRUE, TextScaler=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.