scRNAtools_pca {scRNAtools}R Documentation

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.

Author(s)

Qian Yang

Examples

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()

[Package scRNAtools version 1.0 Index]