Description Usage Arguments Value Examples
View source: R/cell_line-details.R
Expected values for category are
Anecdotal,
Biotechnology,
Breed/subspecies,
Caution,
Characteristics,
Derived from metastatic site,
Derived from sampling site,
Discontinued,
Doubling time,
From,
Group,
Knockout cell,
Microsatellite instability,
Miscellaneous,
Misspelling,
Monoclonal antibody target,
Omics,
Part of,
Population,
Problematic cell line,
Registration,
Selected for resistance to,
Sequence variation,
Transfected with,
Transformant
1 | cell_line_comments(cell_line, category = NULL)
|
cell_line |
A node or nodeset referring to a cell-line or multiple cell-lines. |
category |
A character vector specifying which categories to output. |
The comment(s) associated with the cell-lines.
1 2 3 4 5 | cellosaurus <- read_cellosaurus_xml(system.file("extdata",
"cellosaurus.xml",
package = "rcellosaurus"))
mice_lines <- cell_line_find_all(cellosaurus, "Mus musculus")
cell_line_comments(mice_lines, category = "Anecdotal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.