Description Usage Arguments Value
Aggregate expression data from technical replicates
1 | aggByClone(dat = NULL, removeFeeder = T, ag.fun = sum)
|
dat |
The expression data. If NULL (default), transcript-level count data are used. |
removeFeeder |
Logical; whether to exclude samples from lines grown on feeder cells (default TRUE). |
ag.fun |
Aggregation function; default 'sum' |
A list with two slots: 'dat' containing the aggregated data, and 'annotation' containing the corresponding metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.