|
a |
|
b/man/runPCA.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/scAI_model.R |
|
|
3 |
\name{runPCA} |
|
|
4 |
\alias{runPCA} |
|
|
5 |
\title{Dimension reduction using PCA} |
|
|
6 |
\usage{ |
|
|
7 |
runPCA(data.use, do.fast = T, dimPC = 50, seed.use = 42, |
|
|
8 |
weight.by.var = T) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{data.use}{input data} |
|
|
12 |
|
|
|
13 |
\item{do.fast}{whether do fast PCA} |
|
|
14 |
|
|
|
15 |
\item{dimPC}{the number of components to keep} |
|
|
16 |
|
|
|
17 |
\item{seed.use}{set a seed} |
|
|
18 |
|
|
|
19 |
\item{weight.by.var}{whether use weighted pc.scores} |
|
|
20 |
} |
|
|
21 |
\description{ |
|
|
22 |
Dimension reduction using PCA |
|
|
23 |
} |