GEnorm | R Documentation |
Normalize counts
Calculate normalization factors to scale the filtered library sizes.
Plot different graphes to explore data before and after normalization.
Optionally, write file with mean counts and normalized mean counts in Askomics format.
GEnorm(filtered_GE, asko_list, data_list, parameters)
filtered_GE |
large DGEList with filtered counts by GEfilt function. |
asko_list |
list of data.frame contain condition, contrast and context informations made by asko3c. |
data_list |
list contain all data and metadata (DGEList, samples descritions, contrast, design and annotations) |
parameters |
list that contains all arguments charged in Asko_start. |
norm_GE, large DGEList with normalized counts and data descriptions.
## Not run:
norm_GE<-GEnorm(filtered_counts, asko, parameters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.