Description Usage Arguments Value Examples
View source: R/corrected_datasets_ids.R
corrected_datasets_ids corrects genes_id to a different id set
1 | corrected_datasets_ids(dataset_orginal,dataset_alternate_file)
|
dataset_orginal |
A dataset containing kegg genes_id, the output of grep_datasets function. |
dataset_alternate_file |
A string for the name, and path, of a csv file contiaing the new genes_id in the same format of the dataset, the first one is the new gene ids and the second one is the map numpers. |
A dataset of the new genes_id in the same format of the input dataset
1 2 3 4 | a <- grep_datasets(c("adu","aip"))
path <- system.file(package = "keggseq")
file <- paste0(path, "/extdata/new_ids.csv")
b <- corrected_datasets_ids(a,file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.