Diff of /man/runPCA.Rd [000000] .. [4a0329]

Switch to side-by-side view

--- a
+++ b/man/runPCA.Rd
@@ -0,0 +1,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
+}