filter_SR_experiment_func: Filter permeabilized cells data

View source: R/filter_SR_experiment_func.R

filter_SR_experiment_funcR Documentation

Filter permeabilized cells data

Description

This function set to true or False experiment for analysis accordingly. If requires at least a dataset and a date. If other arguments are missing it will set by default all values (Experiments, Linescan, waves) to that one asiggned by the user in the given date.

Usage

filter_SR_experiment_func(
  my_dataset,
  my_date,
  my_Experiment,
  my_Linescan,
  my_Wave_no,
  set_True = NULL
)

Arguments

my_dataset

A dataframe with raw data of waves.

my_date

String. The date of the experiment you want to add or remove.

my_Experiment

String. The Experiment with the cell ID indiacting permeabilization and coverslip. eg. P1 CS1.

my_Linescan

String. The Linescan id. eg. LS1.

my_Wave_no

String. The wave no id. eg. W1.

set_True

Logical. You want to add or remove this experiment?. All experiments in the raw dataframe are by default set to TRUE.

Value

A datafranme with the column For_Analysis modified with the filtered experiments.

Examples

# Examples are missing

rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.