Description Usage Arguments Fields Methods Examples
An R6 class representing a high-throughput expression dataset along with associated gene and sample metadata.
| 1 | # TODO
 | 
datasets: A list of datasets (matrices, data frames, etc.), each of
which shared some column / row identifiers with the first entry in
the list.
datasets: List of datasets
cross_cor(key1=1, key2=2, meas='pearson'): Computes cross-dataset
correlation matrix between rows in two specified datasets.
plot_cross_cor_heatmap(key1=1, key2=2, meas='pearson', interactive=TRUE):
Plots multidataset correlation heatmap.
print(): Prints an overview of the object instance.
| 1 | TODO
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.