| summarize_by_gene_symbol | R Documentation | 
Summarize any duplicated genes so that there is one entry per gene.
summarize_by_gene_symbol( ge_dt, feature_gene_map, method = "mean", verbose = FALSE )
ge_dt | 
 data.table of gene expression values. Features should be listed in
  | 
feature_gene_map | 
 data.table mapping original gene id (eg probe id, ensembl id, gene alias)
to gene symbol. It should have two columns:   | 
method | 
 Summarization method.   | 
verbose | 
 write verbose logging statements?  | 
This function summarizes normalized expression values by mean
into a table with one entry per gene name based on feature_gene_map.
The input data should be in log2 space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.