Learn R Programming

RNAither (version 2.20.0)

discardLabtek: 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

Run this code
data(exampleDataset, package="RNAither")

newdataset <- discardLabtek(dataset, 2, 2)

Run the code above in your browser using DataLab