
Fetch Minor intron tables from MiDB
searchMidb.Rd
This function provides ability to fetch the intron class data for 265 species in MiDB database. For more information refer to the MiDB database
Examples
if (FALSE) { # \dontrun{
load("data/midbSpecies.rda")
## Fetching intron data from MiDB for P. falciparum
df <- searchMidb(midbSpecies$`Available Species`[196])
} # }