Extract all unique features from LIGER object
# S3 method for liger
Features(x, by_dataset = FALSE, ...)
LIGER object name.
logical, whether to return list with vector of features for each dataset in LIGER object or to return single vector of unique features across all datasets in object (default is FALSE; return vector of unique features)
Arguments passed to other methods
vector or list depending on by_dataset
parameter