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

Switch to unified view

a b/man/inferRegulations.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/scAI_model.R
3
\name{inferRegulations}
4
\alias{inferRegulations}
5
\title{Infer regulatory relationships}
6
\usage{
7
inferRegulations(object, gene.use, candinate_loci, cutoff_H = 0.5,
8
  cutoff = 0.1, thresh_corr = 0.2)
9
}
10
\arguments{
11
\item{object}{scAI object}
12
13
\item{gene.use}{genes to be inferred}
14
15
\item{candinate_loci}{cadinate loci}
16
17
\item{cutoff_H}{threshold of coefficient values}
18
19
\item{cutoff}{the difference of correlation to be considered as significant}
20
21
\item{thresh_corr}{threshold of correlation coefficient}
22
}
23
\description{
24
Infer regulatory relationships
25
}