Description Usage Arguments Value Examples
Create IRIS-FGM object
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")
)
|
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. |
it should return a IRISFGM object of which structure can be found in tutorial.
1 | ## Not run: object <- CreateIRISCEMObject(x = input_matrix, min.cell = 0, min.gene =0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.