View source: R/create_object.R
create_edger_obj | R Documentation |
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.
create_edger_obj(screenR_Object)
screenR_Object |
The ScreenR object obtained using the
|
The edgeR object will all the needed information for the analysis.
object <- get0("object", envir = asNamespace("ScreenR"))
create_edger_obj(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.