Check the preloaded kinase/phosphatase table.
checkPreloadKinaseTable(Abbrev = NULL)
(Optional) The function returns the available IDs of the listed abbreviated species. If left as NULL, the function will output the abbreviation and full species name of the 25 species for which inases and/or phosphatases are available.
data.frame
if (FALSE) {
## Print the 25 Abbreviations and Species.
checkPreloadKinaseTable()
## Print the IDs of the provided species
checkPreloadKinaseTable(Abbrev = "Ath")
}