powered by
Map an EFO trait id to a study accession identifier.
trait_to_study(efo_id, verbose = FALSE, warnings = TRUE)
A dataframe of two identifiers. First column is the EFO trait identifier and the second column is the study identifier.
A character vector of EFO trait identifiers.
Whether the function should be verbose about the different queries or not.
Whether to print warnings.
if (FALSE) { # Map EFO trait identifiers to study identifiers trait_to_study(c('EFO_0005108', 'EFO_0005109')) }
Run the code above in your browser using DataLab