Description Usage Arguments Value
Run normalizeBetweenArrays()
function to normalize
raw HTSeq counts and return a list containing both raw
and normalized counts
1 | bic.quantile.normalize.htseq.counts(htseq.counts, key = NULL)
|
htseq.counts |
matrix containing raw counts from HTSeq. One column per sample, one row per gene |
key |
matrix where column one contains sample IDs that matches those in counts file, and column two contains the condition groups to which they belong. Only those samples that are in the key matrix will be included in the normalization |
list containing two matrices (one of raw counts and one of quantile normalized counts) and a vector of gene symbols if one was included in the raw counts matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.