[4a0329]: / man / runPCA.Rd

Download this file

24 lines (19 with data), 502 Bytes

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