Description Usage Arguments Value Examples
Perform consensus clustering diagnostics to determine optimal K for pathway
clustering
The clustDiag
is function to perform consensus clustering diagnostics for
pathway clustering. It will generate consensus CDF and delta area plot and saved to
the folder named "clustDiag". These plots will help you determine the optimal number
of clusters K for pathway clustering. Run this first before multiOutput
when
"clustPathway" output is chosen.
1 | clustDiag(ARS_pathway)
|
ARS_pathway: |
a list of two data frames: pathway specific ARS values and their permuted p-value (pathway on rows, column being ARS value or the p-values). |
stored output in the folder named "clustDiag".
1 2 3 4 5 | ## Not run:
#ARS_pathway from the multiARS step
results <- clustDiag(ARS_pathway)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.