Description Usage Arguments Value
Reformatting includes removing samples that are not in sample key (if key is provided), rounding counts to nearest integer, assigning GeneIDs to rownames of matrix, and removing GeneID column from matrix if it also contains a GeneSymbol column.
1 | bic.format.htseq.counts(htseq.file, key = NULL)
|
htseq.file |
tab-delimited file containing raw HTseq counts; columns are samples and rows are genes; must contain GeneID column but may also contain a GeneSymbol column |
key |
two-column matrix where column one contains all samples to be included in analysis and column two contains condition groups to which the samples belong |
a list of two items: 1) a matrix of raw counts formatted for BIC differential expression analysis and 2) a vector of gene symbols named by the GeneID in htseq file (this vector will be NULL if there is no GeneSymbol column in the htseq file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.