get_pairwise_gene_abundances | R Documentation |
Instead of pulling to top/bottom abundant genes, get all abundances and variances or stderr.
get_pairwise_gene_abundances(datum, type = "limma", excel = NULL)
datum |
Output from _pairwise() functions. |
type |
According to deseq/limma/ed ger/basic? |
excel |
Print this to an excel file? |
List containing the expression values and some metrics of variance/error.
[get_abundant_genes()]
## Not run:
abundance_excel <- get_pairwise_gene_abundances(combined, excel = "abundances.xlsx")
## This should provide a set of abundances after voom by condition.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.