Description Usage Arguments Value Examples
In order to make all datasets comparable, we have to make sure they describe the same set of samples. This function takes a list of datasets (i.e. data matrices), takes the intersect of all rownames, and returns a list of datasets with only those samples.
1 |
data |
A list of data matrices. The data matrices need to have rownames. |
A list with of data matrices, all with the same set of samples.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.