GEfilt | R Documentation |
Filter genes according to cpm threshold value and replicated cpm option value.
Plot different graphes to explore data before and after filtering.
GEfilt(data_list, parameters)
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 |
large DGEList with filtered counts and data descriptions.
Remember to read the Wiki section in https://github.com/askomics/askoR/wiki
## Not run:
filtered_counts<-GEfilt(data, parameters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.