Description Usage Arguments Examples
This function is for performing Markov chain clustering regarding generated co-expression gene modules. This clustering method is working for relative small dataset.
If you have a large dataset, We recommend you should use Seurat clustering wrapped in this IRISFGM package. See details RunLTMG
,
RunDimensionReduction
, and RunClassification
.
1 2 3 4 5 6 | FindClassBasedOnMC(object, ...)
.final(object = NULL, method = "MCL", K = 5)
## S4 method for signature 'IRISFGM'
FindClassBasedOnMC(object = NULL, method = "MCL", K = 5)
|
object |
input IRIS-FGM object |
... |
other arguments passed to methods |
method |
using MCL(Markov Cluster) algorithm to predict clusters. There is alternative option which is 'SC.' ( Unnormalized spectral clustering function. Uses Partitioning Around Medoids clustering instead of K-means.) |
K |
expected number of predicted clusters when you are using 'SC' method for cell clustering and this parameter does not work for 'MCL' |
1 2 3 4 | ## Not run:
object <- FindClassBasedOnMC(object)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.