Switch to unified view

a b/man/CreateRegulatorData.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/amaretto_initialize.R
3
\name{CreateRegulatorData}
4
\alias{CreateRegulatorData}
5
\title{CreateRegulatorData}
6
\usage{
7
CreateRegulatorData(MA_matrix = MA_matrix, CNV_matrix = NULL,
8
  MET_matrix = NULL, Driver_list = NULL, PvalueThreshold = 0.001,
9
  RsquareThreshold = 0.1, method = "union")
10
}
11
\value{
12
result
13
}
14
\description{
15
Determine potential regulator genes.
16
}
17
\keyword{internal}