Description Usage Details Examples
Dataset containing the effect of the combination of dactolisib and trametinib on the number of BT-20 cell line cell counts.
1 |
The data consists of a dataframe named Dactolisib_Trametinib_combination with the following columns:
Cell.line: name of the cell line used in the experiment. BT-20 in this example.
Small.Molecule.Name: Name of one of the drug used in the experiment. Dactolisib in this case.
CONC: concentration of the drug specified in Small.Molecule.Name column.
CONC.units: units of drug concentrations in CONC. Numeric column.
Small.Molecule.2.Name: Name of the second drug used in the experiment. Trametinib in this case.
CONC2: concentration of the drug specified in Small.Molecule.2.Name column. Numeric column.
CONC2.units: units of drug concentrations in CONC2.
Biological.Replicate: only 1 in this example. Numeric column.
Replicate: Technical Replicate. Numeric column.
Cell_Count_0: Total cell counts before treatment.
Viable.cells: Total cell count after treatment
Control: Total control cell count.
Normalized_GR: Normalized Growth Rate Inhibition value.
Time: Time where the viable cells are counted after treatment.
Type: drug sensitive cell type. Number 0 in this case.
1 2 3 4 5 | ## Not run:
data(Dactolisib_Trametinib_combination)
print(Dactolisib_Trametinib_combination)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.