|
a |
|
b/man/scAImodel.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/scAI_model.R |
|
|
3 |
\name{scAImodel} |
|
|
4 |
\alias{scAImodel} |
|
|
5 |
\title{Solving the optimization problem in scAI} |
|
|
6 |
\usage{ |
|
|
7 |
scAImodel(X1, X2, K, s = 0.25, alpha = 1, lambda = 1e+05, |
|
|
8 |
gamma = 1, maxIter = 500, stop_rule = 1, R.init = NULL, |
|
|
9 |
W1.init = NULL, W2.init = NULL, H.init = NULL, Z.init = NULL) |
|
|
10 |
} |
|
|
11 |
\arguments{ |
|
|
12 |
\item{X1}{Single-cell transcriptomic data matrix (norm.data)} |
|
|
13 |
|
|
|
14 |
\item{X2}{Single-cell epigenomic data matrix (norm.data)} |
|
|
15 |
|
|
|
16 |
\item{K}{Rank of inferred factors} |
|
|
17 |
|
|
|
18 |
\item{s}{Probability of Bernoulli distribution} |
|
|
19 |
|
|
|
20 |
\item{alpha}{model parameter} |
|
|
21 |
|
|
|
22 |
\item{lambda}{model parameter} |
|
|
23 |
|
|
|
24 |
\item{gamma}{model parameter} |
|
|
25 |
|
|
|
26 |
\item{maxIter}{Maximum number of iteration} |
|
|
27 |
|
|
|
28 |
\item{stop_rule}{Stop rule to be used} |
|
|
29 |
|
|
|
30 |
\item{R.init}{initialization of R} |
|
|
31 |
|
|
|
32 |
\item{W1.init}{initialization of W1} |
|
|
33 |
|
|
|
34 |
\item{W2.init}{initialization of W2} |
|
|
35 |
|
|
|
36 |
\item{H.init}{initialization of H} |
|
|
37 |
|
|
|
38 |
\item{Z.init}{initialization of Z} |
|
|
39 |
} |
|
|
40 |
\description{ |
|
|
41 |
Solving the optimization problem in scAI |
|
|
42 |
} |