AttributeSet | R Documentation |
Represents a set of attributes from a BioMart dataset.
attributes
List of AttributeInfo objects
new()
Initialize a new AttributeSet object
AttributeSet$new(attributes)
attributes
List of AttributeInfo objects
get_by_display_name()
AttributeSet$get_by_display_name(display_names)
display_names
Character vector of display names
List of matching AttributeInfo objects
print()
Print method for AttributeSet objects
AttributeSet$print(...)
...
Additional arguments passed to print methods (not used)
Invisibly returns self
as.list()
Convert AttributeSet to list
AttributeSet$as.list()
List of attributes DisplayName as strings
filter()
Filter attributes based on regex pattern
AttributeSet$filter(pattern, exclude = FALSE)
pattern
Regular expression pattern to match against display names
exclude
Logical, if TRUE excludes matching patterns, if FALSE includes them
A new AttributeSet with filtered attributes
clone()
The objects of this class are cloneable with this method.
AttributeSet$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.