get_feature_names,familiarCollection-method {familiar} | R Documentation |
Get current feature labels
Description
Features in familiarCollection objects can have custom names for export and plotting. This function retrieves the currently assigned names.
Usage
## S4 method for signature 'familiarCollection'
get_feature_names(x)
Arguments
x |
A familiarCollection object. |
Details
Labels convert internal naming of features to the requested label at export or when plotting. Labels can be changed using the set_feature_names
method.
Value
An ordered array of feature labels.
See Also
-
familiarCollection for information concerning the familiarCollection class.
-
set_feature_names
for updating the name and ordering of features.
[Package familiar version 1.4.8 Index]