Preprocess_counts: RNA-seq data pre processing

View source: R/DEG_Analysis.R

Preprocess_countsR Documentation

RNA-seq data pre processing

Description

NetAct uses edgeR to load the count data and the group information for experimental conditions, It also coverts gene symbols and remove duplicates.

Usage

Preprocess_counts(counts, groups, mouse = FALSE)

Arguments

counts

raw count matrix

groups

group information for experimental conditions

mouse

use mouse genome or not (default: FALSE)

Value

x$counts: processed count matrix


lusystemsbio/NetAct documentation built on Sept. 7, 2024, 8:34 p.m.