View source: R/create_door_database.R
create_door_database | R Documentation |
computes the complete response model for all receptors in the database (calls
model_response
for all receptors). Overwrites response_matrix,
door_response_matrix_non_normalized and door_excluded_data.
create_door_database(tag = door_default_values("tag"),
select.MDValue = door_default_values("select.MDValue"),
overlapValues = door_default_values("overlapValues"), ...)
tag |
character string, format for rownames, possibilities: "InChIKey", CAS", "CID", "Name" |
select.MDValue |
a numeric, threshold on the MD, this is used to reject studies that do not align sufficiently well to the response model |
overlapValues |
numeric, a criterion using to refuse a data set that has not enough overlap value. |
... |
pass more parameters to |
Shouwen Ma <shouwen.ma@uni-konstanz.de>
Daniel Münch <daniel.muench@uni-konstanz.de>
model_response
## Not run:
# load DoOR data
library(DoOR.data)
load_door_data()
# create a new consensus matrix
create_door_database()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.