Description Usage Arguments Value Author(s) Examples
Returns a logical value as to whether the given object has no droplets/wells.
1 2 3 4 5 | ## S4 method for signature 'ddpcrWell'
isEmpty(x)
## S4 method for signature 'ddpcrPlate'
isEmpty(x)
|
x |
An object to test for emptiness. |
A logical value.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
1 2 3 4 5 6 7 | ## Check that an empty ddpcrPlate object is in fact empty.
krasPlate <- ddpcrPlate(wells=list())
isEmpty(krasPlate)
## Now add some amplitude data and check that is not empty.
krasPlate <- ddpcrPlate(wells=KRASdata)
isEmpty(krasPlate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.