Description Usage Arguments Value Examples
Takes an intersection of genes between supplied data and tidy_GO, and then excludes the IDs with too few or too many genes by setting thresholds.
1 | do_quickQC_sign(obj, data_type, min_ngenes = 2, max_ngenes = 1000)
|
obj |
ASURAT object. |
data_type |
Database to use. ***Need clarification*** |
min_ngenes |
Minimal number of genes. |
max_ngenes |
Maximal number of genes. |
ASURAT object.
1 | do_quickQC_sign(obj = object, data_type = "DO", min_ngenes = 2, max_ngenes = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.