Description Usage Arguments Value Examples
Before preprocessing it is advised to check the data for failed samples. This function allows to visualize the signals and return sample indices of failed samples.
1 |
raw |
Matrix with raw data. Two consecutive columns per sample. The order (e.g. green,red) must be consistent for all samples. |
plot |
Logical. If TRUE data will be plotted. |
thresh |
Threshold for filtering. |
... |
arguments are forwarded to |
Vector containing Samples below threshold.
1 2 3 4 | if(require(brassicaData)){
data("raw_napus", package = "brassicaData", envir = environment())
to_filter <- check_raw(raw_napus, thresh = 28000, breaks = 20)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.