amanida_vote performs vote-counting on qualitative data.
amanida_vote(data)
Arguments
data: data imported using amanida_read function w/o names checked by check_names
Returns
METAtable S4 object with vote-counting for each compound on @slot vote
Details
Vote-counting is computed without trend division. Punctuation of entries is based on trend, up-regulation gives 1, down-regulation give -1 and equal behavior gives 0. Total sum is divided then by the total number of entries on each compound. Compound combination is made with PubChem CID when is available.
Note that amanida_vote skips rows with missing values or NA.