Learn R Programming

scRNAtools (version 1.0)

scRNAtools_pca: PCA analysis

Description

PCA analysis for scRNA sequencing data

Usage

scRNAtools_pca(example1, types)

Arguments

example1

scRNA sequencing data with header.

types

Cell types in the example data.

Examples

Run this code
# NOT RUN {
data(example1)
data(types)
pdf(file=file.path(tempdir(), "PCA_result-R.pdf"))##Save the figures of PCA results.
scRNAtools_pca(example1,types)
dev.off()
# }

Run the code above in your browser using DataLab