Description Usage Arguments Value Examples
View source: R/normalization.R
Substracts a specified background value from the intensity values.
1 | subtractBackground(header, dataset, listOfArgs)
|
header |
the header of a dataset file generated with |
dataset |
an R data frame generated with |
listOfArgs |
a list containing: - a character string specifying the column whose values will be used for background substraction - a character string specifying the column whose values will be used as background |
A list containing:
header |
The new header (with an added entry about the normalization procedure in the comments) |
dataset |
The new dataset with normalized values. The old values are saved in an extra column of the dataset with the suffix ".old" |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.