This function retrieves data from malaria.tools and generates expression value plots (in TPM) similar to those produced by the website. Use this function to create publication-ready plots.
Examples
if (FALSE) { # \dontrun{
geneID <- c("PBANKA_0100600", "PBANKA_0102900", "PF3D7_0102900")
## To get Plot similar to malaria.tools
res <- plotTissueSpecific(geneID = "PBANKA_0100600")
} # }