Package: rsemmed 1.17.0
rsemmed: An interface to the Semantic MEDLINE database
A programmatic interface to the Semantic MEDLINE database. It provides functions for searching the database for concepts and finding paths between concepts. Path searching can also be tailored to user specifications, such as placing restrictions on concept types and the type of link between concepts. It also provides functions for summarizing and visualizing those paths.
Authors:
rsemmed_1.17.0.tar.gz
rsemmed_1.17.0.zip(r-4.5)rsemmed_1.17.0.zip(r-4.4)rsemmed_1.17.0.zip(r-4.3)
rsemmed_1.17.0.tgz(r-4.4-any)rsemmed_1.17.0.tgz(r-4.3-any)
rsemmed_1.17.0.tar.gz(r-4.5-noble)rsemmed_1.17.0.tar.gz(r-4.4-noble)
rsemmed_1.17.0.tgz(r-4.4-emscripten)rsemmed_1.17.0.tgz(r-4.3-emscripten)
rsemmed.pdf |rsemmed.html✨
rsemmed/json (API)
NEWS
# Install 'rsemmed' in R: |
install.packages('rsemmed', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lmyint/rsemmed/issues
On BioConductor:rsemmed-1.17.0(bioc 3.21)rsemmed-1.16.0(bioc 3.20)
softwareannotationpathwayssystemsbiology
Last updated 2 months agofrom:7e5464b3dd. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 26 2024 |
R-4.5-win | OK | Nov 26 2024 |
R-4.5-linux | OK | Nov 26 2024 |
R-4.4-win | OK | Nov 26 2024 |
R-4.4-mac | OK | Nov 26 2024 |
R-4.3-win | OK | Nov 26 2024 |
R-4.3-mac | OK | Nov 26 2024 |
Exports:find_nodesfind_pathsget_edge_featuresget_middle_nodesgrow_nodesmake_edge_weightsplot_pathsummarize_predicatessummarize_semtypestext_path
Dependencies:clicpp11dplyrfansigenericsglueigraphlatticelifecyclemagrittrMatrixpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Search for nodes by name or semantic type | find_nodes |
Shortest paths between node sets | find_paths |
Example data for the rsemmed package | g_mini |
Example data for the rsemmed package | g_small |
Get information about edges | get_edge_features |
Obtain the middle nodes of a path | get_middle_nodes |
Obtain immediate neighbors | grow_nodes |
Create edge weights | make_edge_weights |
Display path (plot form) | plot_path |
Summarize predicates | summarize_predicates |
Summarize semantic types | summarize_semtypes |
Display path (text form) | text_path |