plotAllDimRed | R Documentation |
Generate a plots with multiple methods and parameter settings from a feature matrix
plotAllDimRed(
X,
fn.prefix = NULL,
fn.suffix = "",
annot = NULL,
distMethods = c(euc = "euclidean", man = "manhattan"),
width = 10,
height = 10,
...
)
X |
feature matrix containing one row for each observation and one column for each feature |
fn.prefix |
file prefix to be used for the resulting plots.
If |
fn.suffix |
file suffix to be used for the resulting plots |
annot |
annotation matrix with the same number of rows as |
distMethods |
distance methods for MDS and t-SNE |
width |
width of the resulting plot |
height |
height of the resulting plot |
... |
arguments to be passed on to |
Currently, PCA, MDS and t-SNE are employed by default with euclidean and manhattan distance metrics where applicable
(invisibly) a list of lists containing the created plots as ggplot objects and additional info for each plot
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.