CreateIRISFGMObject: CreateIRISFGMObject

Description Usage Arguments Value Examples

View source: R/Object.R

Description

Create IRIS-FGM object

Usage

1
2
3
4
5
6
7
CreateIRISFGMObject(
  x = input_matrix,
  min.cell = 0,
  min.gene = 0,
  LTMGr = new(Class = "LTMGr"),
  Bicluster = new(Class = "Bicluster")
)

Arguments

x

Input expression matrix which should be a matrix or dataframe.

min.cell

each gene should be expressed by at least this many cell.

min.gene

each cell should express this many gene at least.

LTMGr

Automatically create LTMG object.

Bicluster

Automatically create Bicluster object.

Value

it should return a IRISFGM object of which structure can be found in tutorial.

Examples

1
## Not run: object <- CreateIRISCEMObject(x = input_matrix, min.cell = 0, min.gene =0

carter-allen/IRISFGM documentation built on Dec. 31, 2020, 9:54 p.m.