View source: R/update_door_odorinfo.R
update_door_odorinfo | R Documentation |
Update the DoOR odor data with info from odor
. For the function to
work, all DoOR data has to be loaded to the current environment.
update_door_odorinfo()
Daniel Münch, daniel@muench.bio
# load data
load_door_data(nointeraction = TRUE)
# modify odor
odor[1,1] <- "acid"
# run
update_door_odorinfo()
# check that data sets have been updated
head(Or22a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.