Description Usage Arguments Value Author(s) Examples
View source: R/find_scigraph.R
#' Find entities using SciGraph API
1 2 3 |
text |
text to annotate |
include_category |
include category |
exclude_category |
exclude category |
min_length |
minimum length of characters to annotate |
longest_only |
if two or more words overlap, take only the longest one |
include_abbreviation |
consider abbreviations in the text |
include_acronym |
consider acronyms in the text |
include_numbers |
consider numbers in the text |
the results from the search
Francisco Requena
1 2 3 4 | ## Not run:
find_scigraph(text = 'Marfan syndrome the gene DLL', include_category = 'anatomical entity')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.