bm_query_builder | R Documentation |
Build BioMart Query XML
bm_query_builder(
dataset,
filters = list(),
attributes = character(),
client_name = "biomartclient",
processor = "TSV",
header = TRUE,
limit = -1
)
dataset |
A DatasetInfo object representing the BioMart dataset to query |
filters |
List of filters, either:
|
attributes |
AttributeSet, list of AttributeInfo objects, or character vector specifying the attributes to retrieve |
client_name |
Character, name of client for query identification (default: "biomartclient") |
processor |
Character, output format processor type (default: "TSV") |
header |
Logical, whether to include header row in results (default: TRUE) |
limit |
Integer, maximum number of rows to return, -1 for unlimited (default: -1) |
Character string containing the formatted XML BioMart query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.