extract_matching_phrases_from_lists | R Documentation |
Wherever the phrase exists, it is extracted. Convenient for list of dataframes in which we know the phrase occurs somewhere but we don't no the column, or don't care about preserving the source column name.
extract_matching_phrases_from_lists(things, phrase)
things |
Lists. Maybe lists of dataframes. |
phrase |
An anchor phrase. (maybe to fetch cell matching that from df). Can be character vector (multiple phrases). |
List matching the phrase
gene <-"NCBIGene:8314"
homs <- bioentity_homologs(gene)$homologs
evidence <- extract_matching_phrases_from_lists(homs$evidence_graph.nodes, 'evidence')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.