search_kegg_organism {clusterProfiler}R Documentation

search_kegg_organism

Description

search kegg organism, listed in http://www.genome.jp/kegg/catalog/org_list.html

Usage

search_kegg_organism(
  str,
  by = "scientific_name",
  ignore.case = FALSE,
  use_internal_data = TRUE
)

Arguments

str

string

by

one of 'kegg.code', 'scientific_name' and 'common_name'

ignore.case

TRUE or FALSE

use_internal_data

logical, use kegg_species.rda or latest online KEGG data

Value

data.frame

Author(s)

Guangchuang Yu


[Package clusterProfiler version 4.2.0 Index]