pubtator_result_list_to_table {pubmed.mineR} | R Documentation |
Function to Convert Pubtator result from list into Table
Description
This function is used to collect the outputs of pubtator_function() after using lapply over multiple PMIDs. This function enables to convert it into table for easy reading and further analysis.
Usage
pubtator_result_list_to_table(x)
Arguments
x |
here x is list output of pubtator_function(). |
Value
It returns table for pubtator_function output.
Author(s)
S.Ramachandran, Jyoti Rani
See Also
Examples
## Not run: test = pubtator_result_list_to_table(x)
##here x is the output of pubtator_function
[Package pubmed.mineR version 1.0.20 Index]