Description Usage Arguments Value Author(s) Examples
Take a vector of classes and return a vector of positive and negative counts that is compatible with ddPCR analysis.
1 | positiveCounts(cl)
|
cl |
A vector of classes that correspond to droplet amplitude data. The vector should only contain the values "PP", "PN", "NP" or "NN". |
A vector corresponding to "PP", "PN", "NP" and "NN".
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
1 2 3 4 5 6 | ## Take a data frame and make it into the right format.
aWell <- KRASdata[["E03"]]
aWell$Cluster <- relabelClasses(aWell, classCol="Cluster")
## Count the number of droplets in each cluster.
positiveCounts(aWell$Cluster)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.