Skip to contents

Check and install organism annotation package(OrgDb from Bioconductor).

Usage

check_organismDB_depends(organism, install = T)

Arguments

organism

Character(1), the organism name, could be one of c( "Chicken", "Human", "Mouse", "Fly", "Rat", "Yeast"). Other species with OrgDb are also optional. More information can see annoSpecies_df

install

logic(1). Whether install if organism annotation db package is missed.