FCthreshold | R Documentation |
Add a 'threshold' column to change the shape of datapoints in the volcano-plot.
FCthreshold(df, p_threshold = 0.05, FC_threshold = 1.5)
df |
Dataframe with a p.adj column from rstatix and a log2(FC) column with the log2 fold change values. |
p_threshold |
Adjusted p.value threshold. Default 0.05. |
FC_threshold |
log2 fold_change threshold, default 1.5. |
The dataframe with a threshold column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.