vote_plot {amanida} | R Documentation |
Bar-plot for compounds vote-counting
Description
vote_plot
creates a bar-plot showing the vote-count for each compound.
Usage
vote_plot(mets, counts = NULL)
Arguments
mets |
an S4 METAtables object obtained by |
counts |
value of vote-counting cut-off. Will be only displayed data over the cut-off. |
Details
Vote-couting is the sum of number of reports up-regulated and the substraction of reports down-regulated.
Value
a ggplot bar-plot showing the vote-count per compound
Examples
## Not run:
data("sample_data")
result <- compute_amanida(sample_data)
vote_plot(result)
## End(Not run)
[Package amanida version 0.3.0 Index]