Description Usage Arguments Value Author(s)
Function to create a data frame to be used for the GLM
1 2 3 | spikein.dataframe(counts, spikeins = rownames(counts), spikein.lengths,
spikein.labeling, samples = colnames(counts), conditions.labeling,
debug = FALSE)
|
counts |
matrix with counts for each spike (rows) and each sample (columns) |
spikeins |
names of spike-ins, in same order as rownames of counts |
spikein.lengths |
length of spike-ins (vector ordered accoring to "spikes") |
spikein.labeling |
labeling status of spike-ins (vector ordered accoring to "spikes" consisting of "L" and "U") |
samples |
individual name for each sample, e.g. colnames of count table |
conditions.labeling |
labeling status of sample (vector consisting of "L" and "T") |
debug |
should debugging modus be used? |
dataframe containing all relevant information for the GLM
Carina Demel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.