createProtocol: Creates a protocol

Description Usage Arguments Note See Also Examples

View source: R/Protocol_functions.R

Description

This function is used for creating protocols in the shiny webserver.

Usage

1
2
createProtocol(n.doses = 16, n.backgrounds = 6, n.controls = 6, 
               fold = 2, max = 60, remove.edges = TRUE, drug = "drug")

Arguments

n.doses

The number of differnet doses.

n.backgrounds

Number of background probes.

n.controls

Number of controls

fold

The dilution fold,

max

The maximum dilution

remove.edges

Should the edges be removed.

drug

Name of the drug.

Note

This function is used within the shiny server.

See Also

editProtocol,editDBFProtocol, readProtocol,useExistingProtocol, useNewProtocol,useTempProtocol

Examples

1
2
## An example of a protocol with 16 doses created by a two fold dilution.
createProtocol(n.doses = 16, n.backgrounds = 6, n.controls = 6, fold = 2, max = 60, remove.edges = TRUE, drug = "Doxorubicin")

HaemAalborg/DoseR documentation built on Jan. 17, 2021, 7:40 a.m.