scRNAtools_pca_3D {scRNAtools}R Documentation

3D PCA analysis

Description

PCA analysis for scRNA sequencing data and present 3D figure.

Usage

scRNAtools_pca_3D(example1, types)

Arguments

example1

scRNA sequencing data with header.

types

Cell types in the example data.

Author(s)

Qian Yang

Examples

##3D PCA analysis
data(example1)
data(types)
scRNAtools_pca_3D(example1,types)##3D figure of PCA results.

[Package scRNAtools version 1.0 Index]