identify_degs | R Documentation |
Helper function to identify DEGs based on the limma package
identify_degs(mergeset, diagnosis, q_value = 0.01)
mergeset |
A matrix of merged expression sets (rows = genes, columns = samples). The output of the funtion 'sigident.preproc::load_geo_data()'. |
diagnosis |
A vector of integers, holding the binary outcome variable (0 = "Control", 1 = "Target"). |
q_value |
A numeric value for the q-value (false discovery rate) (default=0.01). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.