View source: R/filter_SR_experiment_func.R
filter_SR_experiment_func | R Documentation |
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.
filter_SR_experiment_func( my_dataset, my_date, my_Experiment, my_Linescan, my_Wave_no, set_True = NULL )
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. |
my_Linescan |
String. The Linescan id. eg. |
my_Wave_no |
String. The wave no id. eg. |
set_True |
Logical. You want to add or remove this experiment?. All experiments in the raw dataframe are by default set to |
A datafranme with the column For_Analysis
modified with the filtered experiments.
# Examples are missing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.