View source: R/api_cellosaurus.R
CellVersion | R Documentation |
CellVersion
is used to check the version of a Cellosaurus XML file.
CellVersion( file = "ftp://ftp.expasy.org/databases/cellosaurus/cellosaurus.xml", ... )
file |
File path to an XML file contains the Cellosaurus dataset. |
... |
Other arguments required by |
Cellosaurus publishes its dataset as an XML file which could be downloaded
from ftp://ftp.expasy.org/databases/cellosaurus/. CellVersion
is
used to check the dataset version of a "cellosaurus.xml" file. By default it
will check the online dataset version. If you'd like to check the version of
a local file, please pass the path of file to argument file
.
A named character vector. It contains: version, date of update, number of archived cell lines and number of archived publications.
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.