scRNAtools_pca: PCA analysis

Description Usage Arguments Author(s) Examples

View source: R/scRNAtools_pca.R

Description

PCA analysis for scRNA sequencing data

Usage

1

Arguments

example1

scRNA sequencing data with header.

types

Cell types in the example data.

Author(s)

Qian Yang

Examples

1
2
3
4
5
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()

scRNAtools documentation built on May 2, 2019, 2:43 a.m.