discardLabtek {RNAither} | R Documentation |
Removes a plate/LabTek from the analysis by setting its spot type in the dataset to -1.
discardLabtek(data, screenNr, labtekNr)
data |
an R data frame generated with generateDatasetFile |
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.
data(exampleDataset, package="RNAither") newdataset <- discardLabtek(dataset, 2, 2)