getCorrelationVolcanoAnnotations | R Documentation |
gets all possible correlation volcano plot annotations in a single call. Combines list output from default and arrow annotations. similar to getVolcanoAnnotations, geared towards specific annotations for correlation volcano plots.
getCorrelationVolcanoAnnotations(
.data,
foldChangeVar,
significanceVariable,
selected,
arrowLabelTextVar,
...
)
.data |
dataframe containing fold change data along with selecte point indicator "selected_" |
foldChangeVar |
fold change variable |
significanceVariable |
statistical significance variable |
selected |
selected indicator column |
arrowLabelTextVar |
name of column in dataframe to pull for arrow annotation text |
... |
- additiaonal named arguments to include in calls to other functions. |
returns list of lists of annotation objects annotations - list of default volcano annotations shapes - list of shapes - defaults to dotted line separating significance groups arrow - list of arrow annotations to highlight points on volcano plot parameters - metatdata used to generate annotation lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.