normalize | R Documentation |
normalize
normalizes data based on the specified normalization method.
normalize(
input_file = NULL,
output_file = NULL,
subset = NULL,
sample_single_cell = FALSE,
input_sqlite_file = NULL,
compartments = c("cells", "cytoplasm", "nuclei"),
operation = "robustize",
strata = c("Metadata_Plate"),
batch_id = NULL,
plate_id = NULL,
workspace_dir = ".",
image_object_join_columns = c("TableNumber", "ImageNumber"),
well_unique_id_columns = c("Metadata_Plate", "Metadata_Well"),
well_unique_id_columns_db_prefix = ""
)
input_file |
Input file with profiles to be normalized. If |
output_file |
Output file for storing normalized profiles. If |
subset |
Query to define the control poulation used for normalization. Default value selects all wells. default: |
sample_single_cell |
Subset comprises single cell samples if |
input_sqlite_file |
Input file with single cell profiles. If |
compartments |
Optional character vector specifying cellular compartments. default: |
operation |
Method used for normalization. See normalize. default: |
strata |
Character vector specifying grouping variables for normalization. default: |
batch_id |
Batch ID. Used for generating input_file and output_file if either is not specified. default: |
plate_id |
Plate ID. Used for generating input_file and output_file if either is not specified. default: |
workspace_dir |
Root directory containing backend and metadata subdirectories. Can be relative or absolute. default: |
image_object_join_columns |
Columns by which to join image table and object tables. default: |
well_unique_id_columns |
Columns by which to uniquely identify a well. default: |
well_unique_id_columns_db_prefix |
Prefix for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.