Package 'LEEF.measurement.flowcytometer'

Title: What the Package Does (Title Case)
Description: More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.
Authors: Rainer M. Krug [aut, cre], SNF Project 310030_188431 [fnd]
Maintainer: Rainer M. Krug <[email protected]>
License: MIT + file LICENSE
Version: 0.8.13
Built: 2024-11-19 06:12:14 UTC
Source: https://github.com/LEEF-UZH/LEEF.measurement.flowcytometer

Help Index


Check if data in input folder is OK and move to raw data folder

Description

Check if data in input folder is OK and move to raw data folder

Usage

add_new_data(input, output)

Arguments

input

The folder, where a folder flowcytometer is located which contains the new files.

output

A folder, which contains a subfolder called flowcytometer, i.e. the usually the raw data folder, into which the fioles will be moved to.

Value

a list which contains the individual reseults for each file. TRUE if moved, FALSE if an error occured. Details of the eror re in the error files in the input/flowcytometer directory.


Extractor flowcytometer data

Description

This function is extracting data to be added to the database (and therefore make accessible for further analysis and forecasting) from .fcs files.

Usage

extractor_flowcytometer(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Value

invisibly TRUE when completed successful


Extractor flowcytometer data

Description

This function is extracting data to be added to the database (and therefore make accessible for further analysis and forecasting) from .fcs files.

Usage

extractor_flowcytometer_gating(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Value

invisibly TRUE when completed successful


Extractor flowcytometer preparation data

Description

This function is extracting data to be added to the database (and therefore make accessible for further analysis and forecasting) from .fcs files.

Usage

extractor_flowcytometer_preparation(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Value

invisibly TRUE when completed successful


Load parameter from file

Description

Load parameter from file

Usage

load_parameter(file = "parameter.yaml")

Arguments

file

name of parameter file

Value

invisibly TRUE


Template function to assign value to parameter in the package wide cache

Description

assign the function to a new cvariable and the name of the function woll be used for the parameter name. e.g:

  • fps <- par_template

Usage

par_template(value)

Arguments

value

if missing, the value of the parameter will be returned, NULL if the parameter does not exist; if specified, the parameter will be set to the value

Value

the (new) value of the argument


Preprocessor flowcytometer data

Description

Just copy all files

Usage

pre_processor_flowcytometer(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Value

invisibly TRUE when completed successful


Preprocessor flowcytometer data FOR c6 FILES!!!

Description

Convert all .c6 files in flowcytometrie folder to .fcs files in output folder

Usage

pre_processor_flowcytometer_c6(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Value

invisibly TRUE when completed successful


Check if data in raw data folder is OK

Description

Check if data in raw data folder is OK

Usage

raw_data_ok(input)

Arguments

input

raw data folder containing flowcytometer data, i.e usually is some/path/flowcytometer

Value

TRUE if ok, FALSE or list of problems if not

Examples

## Not run: 
raw_data_ok()

## End(Not run)

Register the processing of flowcytometer data in the LEEF package

Description

Register the processing of flowcytometer data in the LEEF package

Usage

register()

Value

invisibly TRUE when completed successful


Save parameter into .yaml file

Description

Save parameter into .yaml file

Usage

save_parameter(file = "parameter.yaml")

Arguments

file

name of parameter file

Value

invisibly TRUE