Description Usage Arguments Value Examples
Column wise comparison of two datasets This function finds how many samples are shared between two datasets. The datasets are in the form variables (probes) x samples. The number of variables (probes) in both datasets should be the same Let us assume we want to compare two normalized gene expression datasets from the same platform
1 | compareDsets(d1, d2)
|
d1 |
a numeric matrix of a dataset |
d2 |
a numeric matrix of a dataset |
the number of equal samples
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.