AttributeInfo | R Documentation |
Represents an attribute from a BioMart dataset.
This class encapsulates information about an attribute available in a BioMart dataset. Attributes are data fields that can be selected for retrieval in BioMart query results.
name
The internal name of the attribute used in BioMart queries
displayName
The human-readable name of the attribute shown in user interfaces
description
A textual description explaining what the attribute represents
linkURL
URL that provides additional information about the attribute
isHidden
Logical flag indicating if the attribute should be hidden in user interfaces
new()
Initialize a new AttributeInfo object
AttributeInfo$new( name, displayName = NULL, description = NULL, linkURL = NULL, isHidden = NULL )
name
Character, the internal name of the attribute used in API calls
displayName
Character, the human-readable name shown to users
description
Character, the attribute description explaining what it represents
linkURL
Character, URL for additional information about the attribute
isHidden
Logical, whether the attribute should be hidden in UIs
A new AttributeInfo object
print()
Print method for AttributeInfo objects
AttributeInfo$print(...)
...
Additional arguments passed to print methods (not used)
Invisibly returns self for method chaining
clone()
The objects of this class are cloneable with this method.
AttributeInfo$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.