Description Usage Arguments Value
Create a cross-validation dataset from a known GEO dataset with a covariate of interest.
1 2  | subset_geo_cv(geo_dataset_name, geo_dataset_list, pos_regex, neg_regex,
  source_variable, flip_i, flip_j)
 | 
geo_dataset_name | 
 The dataset name set initially.  | 
geo_dataset_list | 
 The pre-loaded list of GEO datasets.  | 
pos_regex | 
 A regular expression (string) that selects for the positive class in the GEO dataset metadta field specified by source_variable arg  | 
neg_regex | 
 A regular expression (string) that selects for the negative class in the GEO dataset metadta field specified by source_variable arg  | 
source_variable | 
 The GEO dataset variable that will be used to split the dataset.  | 
flip_i | 
 Decimal value indicating the proportion of samples of class B to flip to class A.  | 
flip_j | 
 Decimal value indicating the proportion of samples of class B to flip to class A.  | 
List of datasets split for cross-validation with training and test sets, including flipped labels at specified percentage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.