| sub-sub-liger | R Documentation | 
Get cell metadata variable
## S3 method for class 'liger'
x[[i, ...]]
| x | A liger object | 
| i | Name or numeric index of cell meta data to fetch | 
| ... | Anything that  | 
If i is given, the selected metadata will be returned; if it
is missing, the whole cell metadata table in
S4Vectors::DataFrame class will be returned.
# Retrieve whole cellMeta
pbmc[[]]
# Retrieve a variable
pbmc[["dataset"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.