HKnorm | R Documentation |
Normalizes the gene expression of NanoString nCounter data to housekeeping genes. This is done by subtracting the average log housekeeping gene expression from the expression level of every gene in each sample.
HKnorm(raw, is.logged = FALSE, corr = 1e-04)
raw |
data frame of raw counts obtained from nCounter (rows represent
genes, columns represent samples). The first three columns must be labeled:
|
is.logged |
logical; If |
corr |
small correction to avoid error |
data frame of log normalized data in the same format but without reference genes
Aline Talhouk, Derek Chiu
HKnorm(ovd.r)
HKnorm(ovd.r, is.logged = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.