View source: R/api_cellosaurus.R
GetCellInfo | R Documentation |
This function will extract the primary name, synonyms, Cellosausurs Accession ID, disease, disease_id, tissue) of the inputted cell lines and wrap them into a data frame.
GetCellInfo(accessions, parsed_cell_file)
accessions |
A vector containing the Cellosaurus accessions for searching |
parsed_cell_file |
An "XMLInternalElementNode" extracted from the
Cellosaurus XML file by function |
A data frame containing 6 columns:
name primary name of cell lines.
synonyms the synonyms of cell lines.
cellosaurus_accession Cellosaurus Accession for cell lines.
disease_name diseases that are associated with the cell lines
disease_id NCI Thesaurus entry code of the diseases.
tissue Tissues that the cell line generated from. Following the CCLE category.
cell line information selected by info
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.