View source: R/associate_dyes.R
associate_dyes | R Documentation |
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.
associate_dyes(x, y)
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. |
The input dataframe with an added column assigning fluorescent dye colors.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.