View source: R/01_load_fluorescence_data.R
load_fluorescence_data | R Documentation |
Reads a file containing fluorescence data (in which rows correspond to probes and columns correspond to fluorescence values) and reformats it. The output from this function is suitable for use by annotate_fluorescence_table.
load_fluorescence_data(fluorescence_file, pbm_conditions)
fluorescence_file |
|
pbm_conditions |
|
The fluorescence data file supplied to fluorescence_file
must contain
n + 3
tab-delimited columns, where n is the number of PBM conditions
supplied to pbm_conditions
. This file must NOT have a header. The columns
must be as follows:
The probe ID. The orientation tags (i.e., "_o1" or "_o2") will be removed from these IDs.
The probe sequence. This column will be removed.
The number of PBM conditions profiled on this array. This column will be removed.
Columns 4 through (n + 3)
must contain the fluorescence values for the
PBM conditions in the order they appear in pbm_conditions
.
A data frame containing the fluorescence values from the specified
fluorescence data file. The first column will be named "probe_id", and the
remaining columns will be named according to the PBM conditions supplied to
pbm_conditions
.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.