View source: R/global_functions.R
array_vars | R Documentation |
A generic function returning a list with the data structure.
array_vars( channel = "635", totsamples, FG = "", BG = "", FBG = "", blockspersample, chip_path = "data/array_data", sampleID_path = "data/array_sampleID/", mig_prefix = "_first", machine = "", date_process = "" )
channel |
A character indicating the channel that the data was scanned at. It is mostly included in the MFI variable names. |
totsamples |
A numeric value indicating teh number of samples on a slide. |
FG |
Optional:A character indicating the name of the foreground
variable name. if not specified its created as
|
BG |
Optional:A character indicating the name of the background
variable name. if not specified its created as
|
FBG |
Optional:A character indicating the name of the
foreground - background variable name. if not specified its
created as |
blockspersample |
A numeric value indicating the numer of blocks in a
mini-array. The |
chip_path |
A character indicating the path of the folder location with the array data. |
sampleID_path |
A character indicating the path of the folder location with the sample identifiers matching the array structure. |
mig_prefix |
Optional: A character indicating the identifier of an MIG dilution file |
machine |
Optional:A character indicating the machine used to process the data in the folder |
date_process |
Optional:A character indicating the date when the samples were processed. |
a list of parameters required to process the data
genepix_vars
## specify the the parameters to process the data genepix_vars <- array_vars( ## the channel the data was processed in channel = "635", ## folder where the array data is stored chip_path = "data/array_data", ## the number of samples per slide or in as single run totsamples = 21, ## How many blocks each sample occupies blockspersample = 2, ## folder where the array data samples id files are stored sampleID_path = "data/array_sampleID/", ## optional mig_prefix = "_first", machine = 1, date_process = "0520" ) genepix_vars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.