View source: R/api_cellosaurus.R
GetCellName | R Documentation |
GetCellName
extract primary name and synonyms from only one
cell-line-list node in Cellosaurus xml file.
GetCellName(node)
node |
An |
This function extracts the primary name (as "name") and synonyms (as
"synonyms") of an XMLIntervalElementNode
object containing
one cell-line-list node extracted from Cellosaurus xml file.
If you'd like to extract information from multiple cell-line-list
nodes, combining this function with xpathSapply
or
sapply
is recommanded.
A data frame contains two variables:
name
the primary name of cell line.
synonyms
synonyms of the cell line separated by semicolons.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.