Description Usage Arguments Value See Also Examples
View source: R/quality_control.R
Removes a plate/LabTek from the analysis by setting its spot type in the dataset to -1.
1 | discardLabtek(data, screenNr, labtekNr)
|
data |
an R data frame generated with |
screenNr |
the number of the experiment that contains the plate to discard |
labtekNr |
the number of the plate to discard |
A new dataset that stil contains the specified plate/LabTek, but excludes it from the further analysis by setting its SpotType
s to -1.
1 2 3 | data(exampleDataset, package="RNAither")
newdataset <- discardLabtek(dataset, 2, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.