preselect | R Documentation |
preselect
preselect(
input,
operations,
replicates = NULL,
batch_id = NULL,
subset = NULL,
cores = NULL,
output_dir = NULL,
workspace_dir = "."
)
input |
Test data on which to perform variable selection operations. Must be CSV, rds, or feather. |
operations |
List of operations to perform, as strings. Supported operations: |
replicates |
Number of replicates to select per plate map. Required for the operation |
batch_id |
Batch ID. Used for generating output_dir if the latter is not specified. default: |
subset |
Query to create the training data by subsetting. Regex must select CSVs only. Default selects everything. default: |
cores |
Optional integer specifying number of CPU cores used for parallel computing using |
output_dir |
Output directory for preselected feature names. By default, writes to |
workspace_dir |
Root directory containing backend and metadata subdirectories. Can be relative or absolute. default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.