Description Usage Arguments Details Value See Also Examples
View source: R/edge_list_expansion.R
'edge_list_expansion' insert the edge list from the results of 'generateEdgeList'
1 | edge_list_expansion(edge_list)
|
edge_list |
edge_list results, as obtained from 'generateEdgeList' (see details) |
'edge_list' must come from the result of generateEdgeList
An edge list (data.frame) with one column for target PMIDS and one column for source PMIDS.
get_pmc_cited_in
for obtaining elink citation results
generateEdgeList
for obtaining elink citation results
1 2 3 4 | # Collect addition citations from the supplied 'e2'
res1 <- get_pmc_cited_in(21876761)
e2 <- generateEdgeList(res1)
edge_list_expansion(e2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.