View source: R/fct_03_clustering.R
sd_density | R Documentation |
Draw a density plot of the standard deviation in the data. The function also adds a vertical red lines for a specified range of genes.
sd_density(data, n_genes_max)
data |
Data matrix that has been through pre-processing |
n_genes_max |
Integer for the upper limit of gene range |
Formatted density plot of the standard deviation distribution.
Other plots:
PCA_plot()
,
chr_counts_ggplot()
,
chr_normalized_ggplot()
,
cor_plot()
,
draw_sample_tree()
,
eda_boxplot()
,
eda_density()
,
eda_scatter()
,
gene_counts_ggplot()
,
individual_plots()
,
k_means_elbow()
,
mean_sd_plot()
,
rRNA_counts_ggplot()
,
t_SNE_plot()
,
total_counts_ggplot()
Other clustering functions:
cluster_heat_click_info()
,
draw_sample_tree()
,
heat_sub()
,
heatmap_main()
,
k_means_elbow()
,
process_heatmap_data()
,
sub_heat_ann()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.