Description Usage Arguments Value
Plot the data distribution of each sample
1 2 3 4 5 6 | qc_boxplot(
data_matrix,
group = NULL,
trans = c("log10", "log2"),
color = "#EF562D"
)
|
data_matrix |
The data matrix with column in sample and row in feature |
group |
A data frame contain two columns. The first column is sample name matched with colnames of data, The second column is the cluster label of samples. |
trans |
plot after tansfrom the value |
color |
Character giving the color of the plot |
Return a 'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.