addQC | R Documentation |
Add QC columns to the qc data frame
addQC(cnr, df, ...)
cnr |
a cnr bundle |
df |
data containg the additional metadata to be incorporated into the qc |
... |
additional parameters for sort |
Returns a CNR object with added columns to QC, e.g. mapd, DNA concentratios
data(cnr) mapd <- data.frame(t(apply(cnr$X, 2, mapd))) mapd <- data.frame(cellID = rownames(mapd), mapd) cnr <- addQC(cnr, df = mapd, by = "cellID", sort = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.