remove_study | R Documentation |
Use this function to remove a study from the DoOR database.
import_new_data.R
uses this function when it detects an existing study
during the import process (e.g. because you imported updated data).
remove_study(study, receptors = door_default_values("ORs"),
responseRange = door_default_values("door_response_range"),
weightGlobNorm = door_default_values("door_global_normalization_weights"))
study |
a string containing the name of the study you want to remove (e.g. 'Bruyne.2001.WT') |
receptors |
a vector of all the receptors to be checked. Defaults to all receptors exidting in DoOR. |
responseRange |
the dataframe containing the info about the response
ranges of all studies ( |
weightGlobNorm |
the dataframe containing the info about the relative
weights between receptors ( |
Daniel Münch <daniel.muench@uni-konstanz.de>
import_new_data
# load data
library(DoOR.data)
load_door_data(nointeraction = TRUE)
# remove Bruyne.2001.WT from DoOR
remove_study('Bruyne.2001.WT')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.