tni.preprocess {RTN} | R Documentation |
This is a generic function, provides all preprocessing methods for the 'tni.constructor' function.
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
## see 'tni.constructor'!