load_eupath_annotations: Shortcut for loading annotation data from a eupathdb-based...

View source: R/load_eupath_annotations.R

load_eupath_annotationsR Documentation

Shortcut for loading annotation data from a eupathdb-based orgdb.

Description

Every time I go to load the annotation data from an orgdb for a parasite, it takes me an annoyingly long time to get the darn flags right. As a result I wrote this to shortcut that process. Ideally, one should only need to pass it a species name and get out a nice big table of annotation data.

Usage

load_eupath_annotations(
  query,
  webservice = "tritrypdb",
  eu_version = NULL,
  wanted_fields = NULL
)

Arguments

query

String containing a unique portion of the desired species.

webservice

Which eupath webservice is desired?

eu_version

Gather data from a specific eupathdb version?

wanted_fields

If not provided, this will gather all columns starting with 'annot'.

Value

Big huge data frame of annotation data.


khughitt/EuPathDB documentation built on Nov. 4, 2023, 4:19 a.m.