Description Usage Arguments Value Examples
kegg_map_enzymes returns a dataset of enzymes of interested pathway.
1 2 | kegg_map_enzymes(species,dataset,deg_list,
map_number,correction_file_name,deg)
|
species |
A list of abbreviations of the intersested species. |
dataset |
The output dataset of the calculate_kegg function |
deg_list |
A list containing the differentially expressed genes. |
map_number |
A string of the interested map number. |
correction_file_name |
An optional filed, a string to file name, and path, of the dataset_alternate_file in case of using corrected_datasets_ids function. |
deg |
A logical value can be set to true in case of reurning only enzymes of differentially expressed genes, and false to return all enzymes of the intersetd pathway. |
A data set with three colnames, the first is the enzyme id, the second is the corresponding gene id and the third is the discription of the enzyme.
1 2 3 4 5 | a <- list_species("arachis")
b <- grep_datasets(c("adu","aip"))
deg_list <- as.matrix(b[b$kegg_pathways=='00061',1])[,1]
c <- calculate_kegg(b,deg_list)
enz = kegg_map_enzymes(c("adu","aip"),c,deg_list,"00061",,TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.