Description Usage Details Examples
Dataset containing the effect of alpelisib on the birth and death rates of alpelisib-sensitive BT-20 cell line (example data adapted from the effect of alpelisib on the BT-20 cell line data obtained from the HMS LINCS database)..
1 |
The data consists of a dataframe named Alpelisib_sensitive with the following columns:
Cell.line: name of the cell line used in the experiment. BT-20 in this example.
Time: time point (hours).
CONC: concentration of the drug 1. Numeric column.
Type: drug resistant cell type. Number 1 in this case.
Net_growth: net growth rates of the cells under different drug concentrations.
Birth_rate: birth rate of the sensitive cell line influenced by different drug concentrations.
Death_rate: Constant death rate.
1 2 3 4 5 | ## Not run:
data(Alpelisib_sensitive)
head(Alpelisib_sensitive)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.