indices_4_replicates: Indices of four replicates from large to small plateformat...

Description Usage Arguments Value Examples

Description

Indices of four replicates from large to small plateformat having across or down configuration

Usage

1
indices_4_replicates(plate_from, plate_to, out_data_flow)

Arguments

plate_from

An integer of large plateformat

plate_to

An integer of small plateformat

out_data_flow

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

Value

dataframe with indices of four replicates converted from large to small plateformat with the configuration specified in out_data_flow

Examples

1
2
3
4
5
6
7
8
indices_384_96_across <- indices_4_replicates(plate_from    = 384,
                                              plate_to      = 96,
                                              out_data_flow = 'across')
head(indices_384_96_across)

indices_384_96_down <- indices_4_replicates(plate_from    = 384,
                                            plate_to      = 96,
                                            out_data_flow = 'down')

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