mapCells | R Documentation |
Map input to cell identifiers
mapCells(object, ...)
## S4 method for signature 'Cellosaurus'
mapCells(
object,
cells,
keyType = c("cellosaurusId", "depmapId", "sangerModelId", "atccId", "cellLineName"),
strict = FALSE
)
object |
|
cells |
|
keyType |
|
strict |
|
... |
Additional arguments. |
This function is designed to take input from a spreadsheet, electronic laboratory notebook entry, or cell line provider, where the cell line names may be inconsistent.
If you notice any mapping errors, please file a bug report.
Named character
.
User input in the names and Cellosaurus accession identifiers in the values.
Updated 2023-09-22.
data(cello)
## Cellosaurus ====
object <- cello
cells <- head(cello[["cellLineName"]])
print(cells)
cells <- mapCells(object = object, cells = cells)
print(cells)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.