MartInfo | R Documentation |
Class that stores information about a BioMart database.
This class encapsulates metadata about a BioMart database, including its name, display name, description, configuration, and other properties.
name
The internal name of the mart
displayName
The human-readable name of the mart
description
A textual description of the mart
config
Configuration identifier for the mart
isHidden
Flag indicating if the mart is hidden
operation
Operation mode of the mart
meta
Additional metadata for the mart
group
Group the mart belongs to
new()
Initialize a new MartInfo object
MartInfo$new( name, displayName, description, config, isHidden, operation, meta, group )
name
Character, the internal name of the mart
displayName
Character, the human-readable name
description
Character, the mart description
config
Character, the configuration identifier
isHidden
Logical, whether the mart is hidden
operation
Character, the operation mode
meta
List, additional metadata
group
Character, the group the mart belongs to
A new MartInfo object
print()
Print method for MartInfo objects
MartInfo$print(...)
...
Additional arguments (not used)
Invisibly returns self
clone()
The objects of this class are cloneable with this method.
MartInfo$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.