get_gene_expression | R Documentation |
Get expression of gene by indices in a dds
get_gene_expression(dds, gene_indices, assay)
dds |
A DESeqDataSet |
gene_indices |
integer vector that refer to the row number of genes to retrieve |
assay |
integer, assay index that refers to the desired expression data slot |
Importantly, returns data as a data.frame
without dropping
dimensions.
A dataframe where row names are sample names, and column names are gene names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.