ArrayExpress (version 1.32.0)

queryAE: XML query of the ArrayExpress repository

Description

queryAE queries the ArrayExpress database with keywords and give a dataframe with ArrayExpress identifiers and related information, as an output.

Usage

queryAE(keywords = NULL, species = NULL)

Arguments

keywords
the keyword(s) of interest. To use several words, they must be separated by a "+" as shown in the examples.
species
the specie(s) of interest.

Value

A dataframe with all the ArrayExpress dataset identifiers which correspond to the query in the first column. The following columns contain information about these datasets, such as the number of raw files, the number of data processed, the release date on the database, the pubmed ID, the species, the experiment design and the experimental factors.

See Also

ArrayExpress, getAE

Examples

Run this code
## To retrieve all the identifiers of pneumonia data sets
pneumo = queryAE(keywords = "pneumonia")

## To retrieve all the identifiers of pneumonia data sets studied in human
pneumoHS = queryAE(keywords = "pneumonia", species = "homo+sapiens")

Run the code above in your browser using DataLab