vote_plot | R Documentation |
vote_plot
creates a bar-plot showing the vote-count for each compound.
vote_plot(mets, counts = NULL)
mets |
an S4 METAtables object obtained by |
counts |
value of vote-counting cut-off. Will be only displayed data over the cut-off. |
Vote-couting is the sum of number of reports up-regulated and the substraction of reports down-regulated.
a ggplot bar-plot showing the vote-count per compound
## Not run:
data("sample_data")
result <- compute_amanida(sample_data)
vote_plot(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.