View source: R/dimension_reduction.R
plot_pcload | R Documentation |
Sometimes it is nice to know what is happening with the genes which have the greatest effect on a given principal component. This function provides that.
plot_pcload(expt, genes = 40, desired_pc = 1, which_scores = "high", ...)
expt |
Input expressionset. |
genes |
How many genes to observe? |
desired_pc |
Which component to examine? |
which_scores |
Perhaps one wishes to see the least-important genes, if so set this to low. |
... |
Extra arguments passed, currently to nothing. |
List containing an expressionset of the subset and a plot of their expression.
[plot_sample_heatmap()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.