update_door_odorinfo: update_door_odorinfo

View source: R/update_door_odorinfo.R

update_door_odorinfoR Documentation

update_door_odorinfo

Description

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.

Usage

update_door_odorinfo()

Author(s)

Daniel Münch, daniel@muench.bio

Examples

# 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)



Dahaniel/DoOR.functions documentation built on Feb. 20, 2024, 7:04 p.m.