create_edger_obj: Create edgeR Object

View source: R/create_object.R

create_edger_objR Documentation

Create edgeR Object

Description

Utility function that using the screenr-class object create the corresponding edgeR object. This function and other utility function enables the user to not worry abut the implementation and just focus on the analysis. The ScreenR package will take care of the rest.

Usage

create_edger_obj(screenR_Object)

Arguments

screenR_Object

The ScreenR object obtained using the create_screenr_object

Value

The edgeR object will all the needed information for the analysis.

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
create_edger_obj(object)

EmanuelSoda/ScreenR documentation built on Sept. 29, 2023, 12:33 a.m.