powered by
Get cell metadata variable
# S3 method for liger [[(x, i, ...)
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.
i
S4Vectors::DataFrame
A liger object
Name or numeric index of cell meta data to fetch
Anything that S4Vectors::DataFrame method allows.
# Retrieve whole cellMeta pbmc[[]] # Retrieve a variable pbmc[["dataset"]]
Run the code above in your browser using DataLab