Intended for use with the pyrfume
Python library:
pip install pyrfume
Examples:
import pyrfume
followed by e.g.:
# Load all the data from Bushdid et al, 2014 ("Humans Can Discriminate More than 1 Trillion Olfactory Stimuli")
molecules = pyrfume.load_data('bushdid_2014/molecules.csv')
mixtures = pyrfume.load_data('bushdid_2014/mixtures.csv')
behavior = pyrfume.load_data('bushdid_2014/behavior.csv')
or e.g.:
# Load all the data from Snitz et al, 2013 ("Predicting Odor Perceptual Similarity from Odor Structure")
molecules = pyrfume.load_data('snitz_2013/molecules.csv')
behavior = pyrfume.load_data('snitz_2013/behavior.csv')
Analogous examples can be found here for other datasets.