discardLabtek: Remove a complete plate from the analysis

Description Usage Arguments Value See Also Examples

View source: R/quality_control.R

Description

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

Usage

1
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

1
2
3
data(exampleDataset, package="RNAither")

newdataset <- discardLabtek(dataset, 2, 2)

RNAither documentation built on Nov. 8, 2020, 8:06 p.m.