Description Usage Arguments Details Value Author(s) See Also
Functions for combining multiple qPCRset
objects into one, by either adding columns (samples) or rows (features).
1 2 3 4 |
... |
|
deparse.level |
not implemented currently. See |
In some cases it might be desirable to merge multiple qPCRset
objects, that have been read into R or processed individually. This can be done for either identical samples across multiple different cards (such as a 384 well plate), or if more samples have been run on cards with the same layout.
cbind
combines data assuming that all experiments have been carried out on identical cards, i.e. that featureNames
, featureType
, featurePos
and featureClass
is identical across all the qPCRset
objects. rbind
combines data assuming that the same samples have been analysed using different qPCR cards.
For both functions, the getCtHistory
of all the individual objects will be added to the combined qPCRset
.
A combined qPCRset object.
Heidi Dvinge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.