View source: R/operations_external_annotate_anndatar.R
| annotate_anndata | R Documentation |
Copy selected columns from idata$annotations to adata$obs, matching by
cell barcode (adata$obs_names).
annotate_anndata(idata, adata, cols)
idata |
An ImmunData object. |
adata |
An anndataR::AbstractAnnData object. |
cols |
Character vector with column names to transfer from
|
The updated AnnData object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.