Description Usage Arguments Value Author(s) See Also Examples
This is a generic function, provides all preprocessing methods for the 'tni.constructor' function.
1 2 | tni.preprocess(object, rowAnnotation=NULL, colAnnotation=NULL, cvfilter=FALSE,
verbose=TRUE)
|
object |
this argument is an object of class |
rowAnnotation |
an optional data frame with gene annotation. |
colAnnotation |
an optional data frame with sample annotation. |
cvfilter |
a single logical value specifying to remove duplicated genes in the gene expression matrix using the gene annotation. |
verbose |
a single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE). |
A pre-processed TNI-class object.
Mauro Castro
1 | ## see 'tni.constructor'!
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.