powered by
Visualizes omics datasets using PCA, heatmap, or density plot options.
A plot object (for PCA and density) or a heatmap visualization.
A numeric matrix or data frame containing omics measurements.
A character string specifying the visualization type. One of "pca", "heatmap", or "density".
# \donttest{ data <- matrix(rnorm(100), nrow = 10) plot_omics(data, type = "pca") # }
Run the code above in your browser using DataLab