[4a0329]: / man / inferRegulations.Rd

Download this file

26 lines (20 with data), 642 Bytes

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