View source: R/getVolcanoAnnotations.R
getVolcanoAnnotations | R Documentation |
gets all possible volcano plot annotations in a single call. Combines list output from default and arrow annotations.
getVolcanoAnnotations(
.data,
foldChangeVar,
significanceVariable,
selected,
arrowLabelTextVar,
...
)
.data |
dataframe containing fold change data along with selected point indicator "selected_" |
foldChangeVar |
fold change variable |
significanceVariable |
significance value variable |
selected |
selected indicator column |
arrowLabelTextVar |
name of column in dataframe to pull for arrow annotation text |
... |
- additional 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.