Learn R Programming

RNAither (version 2.20.0)

discardWells: Remove wells from the analysis

Description

Removes wells from the analysis by setting their spot type in the dataset to -1.

Usage

discardWells(data, screenNr, labtekNr, vecPositions)

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
vecPositions
a vector specifying the numbers of the wells to discard

Value

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 SpotTypes to -1.

See Also

discardLabtek

Examples

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

newdataset <- discardWells(dataset, 2, 1, c(1, 10, 15))

Run the code above in your browser using DataLab