addQC: addQC

View source: R/addQC.R

addQCR Documentation

addQC

Description

Add QC columns to the qc data frame

Usage

addQC(cnr, df, ...)

Arguments

cnr

a cnr bundle

df

data containg the additional metadata to be incorporated into the qc

...

additional parameters for sort

Value

Returns a CNR object with added columns to QC, e.g. mapd, DNA concentratios

Examples


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)


SingerLab/gac documentation built on March 23, 2024, 5:15 a.m.