View source: R/03_fluorescence_to_zscore_table.R
fluorescence_to_zscore_table | R Documentation |
Converts an annotated data frame of fluorescence data into z-scores.
fluorescence_to_zscore_table(
fluorescence_table,
fluorescence_columns,
output_file = NULL
)
fluorescence_table |
|
fluorescence_columns |
|
output_file |
|
Raw fluorescence values are normalized against the fluorescence values of the background probes. Specifically, all the fluorescence values for a given PBM condition are log-transformed. Then a z-score-like statistic is calculated using the mean and standard deviation of the fluorescence values of the background probes in that condition.
A data frame of fluorescence z-scores and the corresponding probe information. See hTF_v1_annotation for a description of the probe annotation columns.
hTF_v1_annotation for a description of the probe annotation columns.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.