Lists all available attributes for a given dataset with some filtering.
This function returns a filtered list of all attributes available for the specified
dataset. Some less commonly used attributes (homologs, microarray probes) are
filtered out to reduce the response size.
CAUTION: This function can return a large number of attributes and may be unstable
for certain datasets. Consider using list_common_attributes first.
Args:
mart (str): The mart identifier (e.g., "ENSEMBL_MART_ENSEMBL")
dataset (str): The dataset identifier (e.g., "hsapiens_gene_ensembl")
Returns:
str: CSV-formatted table of all filtered attributes.
Example:
list_all_attributes("ENSEMBL_MART_ENSEMBL", "hsapiens_gene_ensembl")