AllPossibleCalSamples: Determines All Calibration Sample Subsets

Description Usage Arguments

Description

This function finds all possible subsets from min to max size of the Control variables.

Usage

1
2
AllPossibleCalSamples(AllData, Controls = NULL, min = 8,
  max = nrow(Controls), Control.Range = 85:95)

Arguments

AllData

A two-dimensional list seperated first by Jobs, then by Plates, containing the data for each experiment.

Controls

data.frame containing the Control values for this experiment. Must have column names of Actual.Name, Name, Dosage; where Actual.Name is what is found exactly in the data sets, Name is the desired output name (often the same as Actual.Name), and Dosage is the Dosage for each control.

min

The smallest subset of controls to use for the calibration sample.

max

The largest subset of controls to use for the calibration sample. Usually this is the total number of controls.

Control.Range

The row range describing which samples are part of the control list.


dsherma7/PolyploidDosageCalling documentation built on May 23, 2019, 6:06 p.m.