simulated_data_1536: Simulated data based on data subtypes from 384 to 1536...

Description Usage Arguments Value Examples

Description

Uniformly distributed data with median of 600 is simulated and returned for 1536 plateformat configuration from 384 plateformat configuration. The data arrangement will be based on data_384.

Usage

1
2
simulated_data_1536(data_384, in_data_flow = "across",
  out_data_flow = "down", is_plate_coords = FALSE)

Arguments

data_384

A character vector with data subtypes of length 384. See example(simulated_data_1536)

in_data_flow

A string indicating the plate format of data_384. It can take a value either across or down.

out_data_flow

A string which tells the function to output the converted data to a plate configuration which can be down or across

is_plate_coords

logical returns plate coordinates, if its value is TRUE

Value

A numeric vector with uniformly distributed data having median of 600

Examples

1
2
3
4
simulated_data_1536(data_384 = colonyarea$data_subtypes,
                    in_data_flow = "across",
                    out_data_flow = "down",
                    is_plate_coords = FALSE)

sathishsrinivasank/pinerrordetector documentation built on May 7, 2019, 2:55 a.m.