powered by
vote_plot creates a bar-plot showing the vote-count for each compound.
vote_plot
vote_plot(mets, counts = NULL)
a ggplot bar-plot showing the vote-count per compound
an S4 METAtables object obtained by compute_amanida or amanida_vote.
compute_amanida
amanida_vote
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.
if (FALSE) { data("sample_data") result <- compute_amanida(sample_data) vote_plot(result) }
Run the code above in your browser using DataLab