calc_sc3 | R Documentation |
k
.See SC3::sc3()
for more details.
calc_sc3(sce_pca, sc3_k, is_integration, BPPARAM = BiocParallel::SerialParam())
sce_pca |
A |
sc3_k |
An integer vector: numbers of clusters for SC3. |
is_integration |
A logical scalar: if |
BPPARAM |
A BiocParallel::BiocParallelParam object. |
If is_integration
is TRUE
, logcounts(sce_pca)
will be coerced to matrix.
A SingleCellExperiment
object as returned from SC3::sc3()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.