This function provides ability to query your gene IDs to KiPho Database.
Usage
searchKipho(org = "pf", type = "kinase")
Arguments
- org
Abbreviation of organism of interest.
- type
Type of protein class i.e. "kinase" or "phosphatase". Default: "kinase"
Value
df This function returns a dataframe of kinases/phosphatases in Plasmodium species.
Examples
if (FALSE) { # \dontrun{
test <- searchKipho(org="pf")
} # }