discardLabtek {RNAither}R Documentation

Remove a complete plate from the analysis

Description

Removes a plate/LabTek from the analysis by setting its spot type in the dataset to -1.

Usage

discardLabtek(data, screenNr, labtekNr)

Arguments

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

Value

A new dataset that stil contains the specified plate/LabTek, but excludes it from the further analysis by setting its SpotTypes to -1.

See Also

discardWells

Examples

data(exampleDataset, package="RNAither")

newdataset <- discardLabtek(dataset, 2, 2)

[Package RNAither version 2.38.0 Index]