Description Usage Arguments Value See Also Examples
View source: R/HTDoseResponseCurve.R
Convenience method to extract sample types from a data set.
1 |
D |
A data frame matching the form of the output of
|
sorted vector of sample types
1 2 3 4 5 6 7 8 9 10 11 12 | pm = create_empty_plate_map( 6 )
pm$sample_type[1,1:3] = "line1"
pm$sample_type[2,1:3] = "line2"
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_sample_types( ds )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.