sum_eupath_exon_counts: I want an easy way to sum counts in eupathdb-derived data...

View source: R/expt.R

sum_eupath_exon_countsR Documentation

I want an easy way to sum counts in eupathdb-derived data sets. These have a few things which should make this relatively easy. Notably: The gene IDs look like: "exon_ID-1 exon_ID-2 exon_ID-3" Therefore we should be able to quickly merge these.

Description

I want an easy way to sum counts in eupathdb-derived data sets. These have a few things which should make this relatively easy. Notably: The gene IDs look like: "exon_ID-1 exon_ID-2 exon_ID-3" Therefore we should be able to quickly merge these.

Usage

sum_eupath_exon_counts(counts)

Arguments

counts

Matrix/df/dt of count data.

Value

The same data type but with the exons summed.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.