DatasetInfo | R Documentation |
Class that stores information about a dataset within a BioMart database.
This class encapsulates metadata about a specific dataset in a BioMart database, including its name, description, display name, and a reference to the parent mart.
name
The internal name of the dataset
description
A textual description of the dataset
displayName
The human-readable name of the dataset
mart
The MartInfo object this dataset belongs to
new()
Initialize a new DatasetInfo object
DatasetInfo$new(name, description, displayName, mart)
name
Character, the internal name of the dataset
description
Character, the dataset description
displayName
Character, the human-readable name
mart
MartInfo object, the parent mart
A new DatasetInfo object
print()
Print method for DatasetInfo objects
DatasetInfo$print(...)
...
Additional arguments (not used)
Invisibly returns self
clone()
The objects of this class are cloneable with this method.
DatasetInfo$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.