Skip to contents

TPM table with extended information

Usage

deseq_tpm_with_info(dds, extended_anno_df)

Arguments

dds

A DESeqDataSet object

extended_anno_df

An annotation data.frame with the following columns: gene_id and gene_name (mandatory), and description (optional, can be retrieved via biomaRt)

Value

A data.frame object, with the TPM values and some additional info on the features at hand

Examples

# TODO