Learn R Programming

scRNAtools (version 1.0)

scRNAtools_pca_3D: 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.

Examples

Run this code
# NOT RUN {
##3D PCA analysis
data(example1)
data(types)
scRNAtools_pca_3D(example1,types)##3D figure of PCA results.
# }

Run the code above in your browser using DataLab