View source: R/getpcasummaries.R
getPCaSummarySamples | R Documentation |
Create two types of summary matrices; first one takes all unique assay names, and summarizes sample counts available for all provided studies. The second matrix takes gene expression, copy number alteration, and somatic mutation data, and displays sample counts for each omic individually, as well as all combinations of intersections for samples available for multi-omics.
getPCaSummarySamples(maes)
maes |
List of MultiAssayExperiment objects to summarize |
A list with two elements: first is a matrix depicting sample counts in each unique assay name for the studies; second one is a matrix with sample count overlap between the three main omics (GEX = gene expression; CNA = copy number alteration; MUT = somatic mutations).
mae_taylor <- getPCa('taylor')
mae_tcga <- getPCa('tcga')
getPCaSummarySamples(maes = list(Taylor = mae_taylor, TCGA = mae_tcga))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.