Description Usage Arguments Examples
Select samples from different omics datasets that belong to the same patient cohort.
1 | getOverlap(datalist)
|
datalist |
A list object. Different omics datasets should be gathered as a datalist. |
1 2 3 | data(COAD_Methy, COAD_miRNA, COAD_mRNA)
datalist <- list(COAD_Methy, COAD_miRNA, COAD_mRNA)
datalist <- getOverlap(datalist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.