Learn R Programming

pooledpeaks (version 1.1.1)

associate_dyes: Associate Dye Names in Batch Import Output

Description

This function associates dye info with fragman channel names. It was designed to be performed on any fsa formats after final columns are correctly imported.

Usage

associate_dyes(x, y)

Value

The input dataframe with an added column assigning fluorescent dye colors.

Arguments

x

The Output list of data frames from fsa_batch_imp.

y

The path to the folder from the current directory where the .fsa files that will be analyzed are stored.

Examples

Run this code
y <- system.file("extdata", package = "pooledpeaks")
x <- fsa_batch_imp(y, channels = 5, fourier = FALSE, saturated = FALSE ,
lets.pullup = FALSE, plotting = FALSE, rawPlot = FALSE,
llength = 3000, ulength = 80000 )
associate_dyes(x,y)

Run the code above in your browser using DataLab