View source: R/associated_publications.R
| associated_publications | R Documentation |
What publications are available?
associated_publications(
genes,
keywords = c("rheumatoid", "inflammatory", "autoimmune"),
split = "OR",
long_format = FALSE,
verbose = TRUE
)
genes |
A list of gene names |
keywords |
Words to search with the genes |
split |
search keywords using AND or OR (default is OR) |
long_format |
Logical whether to return one row per publication (long) or one per row per gene (wide) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.