View source: R/cellosaurus_annotations.R
annotateCellAccession | R Documentation |
This function takes a Cellosaurus accession and returns annotations for the cell line.
annotateCellAccession(
accessions,
to = c("id", "ac", "hi", "sy", "ca", "sx", "ag", "di", "derived-from-site",
"misspelling", "dt"),
query_only = FALSE,
raw = FALSE
)
accessions |
The Cellosaurus accession to annotate. |
to |
A character vector specifying the types of annotations to retrieve. Possible values include "id", "ac", "hi", "sy", "ca", "sx", "ag", "di", "derived-from-site", "misspelling", and "dt". |
query_only |
A logical value indicating whether to only return the query string. |
raw |
A logical value indicating whether to return the raw response. |
A data frame containing the annotations for the cell line.
annotateCellAccession("CVCL_0031")
annotateCellAccession("CVCL_0031", to = c("id", "ac", "hi", "sy"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.