Description Usage Arguments Value See Also Examples
View source: R/HTDoseResponseCurve.R
Convenience method to extract treatments
1  | 
D | 
 A a data frame matching the form of one generated by 
  | 
A sorted vector of treatments.
1 2 3 4 5 6 7 8 9  | ds = create_dataset( 
  sample_types= c("line1","line1","line1","line2","line2","line2"),
  treatments = c("DMSO","drug1","drug2","DMSO","drug1","drug2"),
  concentrations = c(0, 100, 200, 0, 100, 200),
  hours = c(48, 48, 48, 48, 48, 48),
  values = c(100, 90, 20, 100, 89, 87), 
  plate_id = "plate_1",
  negative_control = "DMSO")
get_treatments( ds )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.