CellVersion: Check Cellosaurus XML file version.

View source: R/api_cellosaurus.R

CellVersionR Documentation

Check Cellosaurus XML file version.

Description

CellVersion is used to check the version of a Cellosaurus XML file.

Usage

CellVersion(
  file = "ftp://ftp.expasy.org/databases/cellosaurus/cellosaurus.xml",
  ...
)

Arguments

file

File path to an XML file contains the Cellosaurus dataset.

...

Other arguments required by xmlEventParse

Details

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.

Value

A named character vector. It contains: version, date of update, number of archived cell lines and number of archived publications.

Author(s)

Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi


DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.