Description Usage Arguments Fields Methods Examples
An R6 class representing collection of related datasets
1 | # TODO
|
dataset: A list of datasets (matrices, data frames, etc.), each of
which shared some column / row identifiers with the first entry in
the list.
dat: Primary dataset
row_data: List of additional data keyed on row identifiers
col_data: List of additional data keyed on column identifiers
cross_cor(key1=1, key2=2, meas='pearson'): Computes cross-dataset
correlation matrix between rows in two specified datasets.
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.