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. Column 1 must provide all ids listed in the gene expression matrix. Ideally, col1 = <ID>, col2 = <GENEID>, and col3 = <SYMBOL>. Additional annotation can be included in the data frame and will be passed to the resulting TNI object. Furthermore, in order to eventually use the TNI object in |
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. In this case, 'rowAnnotation' must be provided, with col1 = <ID> and col2 = <GENEID>. Genes duplicated in col2 will be collapsed; the decision is made based on the maximum dinamic range (i.e. keeping the gene with max coefficient of variation across all samples). |
verbose |
a single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE). |
Mauro Castro
## see 'tni.constructor'!