volcano_data | R Documentation |
Data processing for volcano and ma plot
volcano_data(
select_contrast,
comparisons,
top_genes,
limma_p_val,
limma_fc,
processed_data,
contrast_samples,
all_gene_names,
select_gene_id
)
select_contrast |
Comparison from DEG analysis to filter for the significant genes |
comparisons |
The comparisons vector from the results list of the limma_value function |
top_genes |
top_genes list from results list of the limma_value function |
limma_p_val |
Significant p-value to use to in determining the expressed genes |
limma_fc |
Minimum fold change value to use in determining the expressed genes |
processed_data |
Data matrix that has gone through pre-processing |
contrast_samples |
Samples that are included in the selected comparison |
all_gene_names |
Gene symbols, etc. |
select_gene_id |
Selected gene id type, symbol, Ensmembl, etc. |
A list containing processed data for volcano plot in
plot_volcano()
& plot_ma()
and list of differently expressed
genes for labeling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.