Skip to contents

This function retrieves Protein-protein interaction data from MIIP database.

Usage

searchMiip(geneID)

Arguments

geneID

A character vector of Gene IDs of Plasmodium falciparum.

Value

A data frame of Protein protein interaction provided by MIIP database.

Examples

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