Skip to contents

Extension of expression dataset at gene-level.

Super class

nexodiff::ExprData -> ExprDataGene

Methods

Inherited methods


Method new()

Initialize ExprDataGene object.

The ExprDataGene object is initiated from a ExprDatatranscript object

Raw count are summarized per genes.

Lengths are computed using a weighted mean. Weights are raw count divided by length

Usage

ExprDataGene$new(expr_data_transcript)

Arguments

expr_data_transcript

Expression data at transcript level. (ExprDataTranscript object)

Returns

A new ExprDataGene object.


Method clone()

The objects of this class are cloneable with this method.

Usage

ExprDataGene$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.