View source: R/api_cellosaurus.R
GetDisease | R Documentation |
GetDisease
extracts the cell line associated diseases and NCI
Thesaurus entry code from one cell-line-list
node in Cellosaurus xml
file.
GetDisease(node)
node |
An XMLInternalElementNode with only one cell line's information which was extracted from Cellosaurus xml file. |
This function extract the cell line associated disease and disease ID (NCI
Thesaurus entry code) which the cell line associated with from an
XMLIntervalElementNode object extracted from Cellosaurus xml file. Combining
this function with apply
or sapply
can extract disease
information from an XMLNodeSet object.
A data frame contains two variables:
disease |
name of the cell line associated disease. |
disease_id |
NCI Thesaurus entry code of the associated disease. |
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.