Description Usage Arguments Value See Also Examples
View source: R/quality_control.R
Removes wells from the analysis by setting their spot type in the dataset to -1.
1 | discardWells(data, screenNr, labtekNr, vecPositions)
|
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 |
vecPositions |
a vector specifying the numbers of the wells to discard |
A new dataset that does not contain the specified wells.
A new dataset that stil contains the specified wells/spots, but excludes them from the further analysis by setting their SpotType
s to -1.
1 2 3 | data(exampleDataset, package="RNAither")
newdataset <- discardWells(dataset, 2, 1, c(1, 10, 15))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.