Description Usage Arguments Value Author(s) Examples
This function replaces samples of an existing TNI-class objects.
1 2 | tni.replace.samples(object, expData, rowAnnotation=NULL, colAnnotation=NULL,
removeRegNotAnnotated=TRUE, verbose=TRUE)
|
object |
an object of class |
expData |
a gene expression matrix or 'SummarizedExperiment' object. |
rowAnnotation |
an optional data frame with gene annotation. Column 1 must provide all ids listed in the gene expression matrix. |
colAnnotation |
an optional data frame with sample annotation. |
removeRegNotAnnotated |
a single logical value specifying to remove 'regulatoryElements' not annotated in 'expData' (when removeRegNotAnnotated=TRUE) or not (when removeRegNotAnnotated=FALSE). |
verbose |
a single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE). |
A TNI-class object.
Mauro Castro
1 | ## please the package's vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.