RA3_pcatsne: Dimension reduction using PCA and t-SNE

Description Usage Arguments Value Examples

View source: R/RA3_pcatsne.R

Description

Implement PCA on the TF-IDF normalized scCAS data, then deploy t-SNE on the component scores.

Usage

1
RA3_pcatsne(sc_data_nml, rand_seed = 23)

Arguments

sc_data_nml

TF-IDF normalized scCAS data, the output of function Dataprep

Value

pca_tsne

tsne representation for component scores of the TF-IDF normalized scCAS data

Examples

1
result <- RA3_pcatsne(sc_data_nml)

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