Description Usage Format Details Value Author(s)
A data frame of droplet counts using the standard
Cluster classification from KRASdata. Each row
corresponds to a well/sample and the columns PP, PN, NP
and NN show how many droplets were in each cluster. The remaining
rows were calculated from the counts figures except for the
InputAmount column.
KRAScountsWellCol is the same data frame but has
a Well column instead of named rows.
KRAScountsQS is a data frame imported from a CSV created
by Bio-Rad's QuantaSoft.
1 2 3 4 5 |
A data frame where each row corresponds to a well/sample.
An object of class data.frame with 12 rows and 18 columns.
An object of class data.frame with 24 rows and 63 columns.
The data frame was created by:
1 2 3 4 5 6 7 8 9 10 | krasPlate <- ddpcrPlate(wells=KRASdata)
KRAScounts <- plateSummary(krasPlate, cMethod="Cluster")
onesVector <- c(1, 1, 1)
runAmount <- c(64 * onesVector, 16 * onesVector, 4 * onesVector, onesVector)
KRAScounts$InputAmount <- runAmount
KRAScountsWellCol <- KRAScounts
KRAScountsWellCol$Well <- rownames(KRAScounts)
KRAScountsWellCol <- KRAScountsWellCol[, c(18,1:17)]
rownames(KRAScountsWellCol) <- NULL
|
A data frame.
From the KRASdata dataset created by Mahmood Ayub,
mahmood.ayub@cruk.manchester.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.