Skip to contents

This function retrieves the Plasmodium gene orthologs from InParanoiDB 9 database across all life forms

Usage

searchIpDb(geneID, ...)

Arguments

geneID

Gene ID of Plasmodium falciparum.

...

Additional arguments that can be passed to toGeneid function.

Examples

if (FALSE) { # \dontrun{
ids <- c("PF3D7_0807800", "PF3D7_1023900")
df <- searchIpDb(ids)
} # }