View source: R/count_studies.R
count_studies | R Documentation |
returns a matrix indiating how many studies have recorded individual receptor-odorant combinations
count_studies(ors = door_default_values("ORs"),
odor_data = door_default_values("odor"),
char.columns = door_default_values("num.charColumns"),
ident = door_default_values("ident"))
ors |
data.frame containing all receptors exidting in DoOR. |
odor_data |
data.frame containing information about the odorants in DoOR. |
char.columns |
number of character columns in each receptor data.frame. |
ident |
odorant identifier to be used as rownames. |
matrix
# load some data
library(DoOR.data)
load_door_data(nointeraction = TRUE)
#run count studies and plot the result
count <- count_studies()
image(count)
head(count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.