View source: R/relative-log-expression.R
plot_relative_log_expression | R Documentation |
Plot relative log expression.
plot_relative_log_expression(
x,
pheno,
batch_name,
batch_label,
plot_title,
plot_subtitle,
seed = 123,
n_samples = 100
)
x |
A matrix of RLE (RLE). |
batch_name |
column name of batch in the |
batch_label |
batch label in the ggplot (color). |
plot_title |
plot title. |
plot_subtitle |
plot subtitle |
seed |
seed for sampling. |
n_samples |
if there are many samples, down-sample it to a number while keep the proportion of each group. |
top_n |
an integer of the most variable N loci for relative log expression (RLE) analysis. |
a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.