RA3_clustering: Cell clustering based on the latent features output by RA3

Description Usage Arguments Value Examples

View source: R/RA3_clustering.R

Description

Implement louvain clustering based on the output of RA3, using package Seurat.

Usage

1
RA3_clustering(H, n_cluster)

Arguments

H

the extracted features H output by runRA3, colomns referring to cells

n_cluster

the number of clusters

Value

Seurat_louvain

vector containing cell cluster assignment

Examples

1
result <- RA3_clustering(H, n_cluster)

cuhklinlab/RA3 documentation built on March 18, 2021, 4:38 p.m.