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 or Plasmodium berghi.Remove version from the gene ids.

Value

A dataframe of Protein protein interaction provided by MIIP database.

Examples

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