Description Usage Arguments Value See Also Examples
combine.pdata
combines pdata from multiple screens, already read in
using get.pdata into a single pdata object. Variables are combined to allow for
using them for plots later on. Variable names are standardized to allow for
combining all observations smoothly. Other variables that exist in one pdata and not in
the other, receive NA for the extra observations.
1 | combine.pdata(list_pdata)
|
list_pdata |
a list of pdata objects, read in using get.pdata |
A list containing the stacked pdata objects, a single colour variable coding for the cell line variable, as well as a character vector with the variable names containing replicate names, cell line ids and treatment/condition.
read.screen.data
to read in screen data, combine.screens
to combine data from multiple screens, and get.leth.scores
to compute scores
that make observations in different screens comparable.
1 | # See vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.