View source: R/getpcasummaries.R
getPCaSummaryTable | R Documentation |
Create a variable value availability tables; NA-value in addition to provided 'vals' and Other-values for debugging or anomalies
getPCaSummaryTable(maes, var.name, vals, nas = TRUE)
maes |
List of MultiAssayExperiment objects to summarize |
var.name |
Name of the metadata variable to look for in colData |
vals |
Possible values for the metadata variable to tabulate |
nas |
Whether NA or values other than those contained in 'vals' should be appended as extra columns |
A matrix describing the tabulates 'vals' and their proportions along with missingness
mae_taylor <- getPCa('taylor')
mae_tcga <- getPCa('tcga')
getPCaSummaryTable(maes = list(Taylor = mae_taylor, TCGA = mae_tcga),
var.name = 'gleason_grade', vals = 5:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.