gene_expr_sum | R Documentation |
Sums all trnascript level expression estimates to a single gene level estimate. Needs a table that maps transcript IDs to gene IDs.
gene_expr_sum(expDatList, numCores = 10,
geneTabfname = "/media/ephemeral1/dat/ref/geneToTrans_Mus_musculus.GRCm38.80.exo_Jun_02_2015.R",
nameCol = "gene_name")
expDatList |
result of running salmon_load_tranEst |
numCores |
num of cores to use for parallel |
geneTabfname |
gene <-> transcript mapping, df that needs cols: gene_id, transcript_id |
nameCol |
gene ann table column name to average over |
list(TPM=ansTPM, counts=ansCounts);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.