Description Usage Arguments Value
View source: R/cross_co_expression.R
Cross co-expression gene list against differential expression genes list
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
pair_name |
A character string indicating which condition name should be
used. When there are only two groups the default is |
final_data |
A character string indicating the name of which diferential expression package should be used to get the statistical values in the final list. The default is "EBSeq". |
width |
Graphical parameters. See par for more
details. As default |
height |
Graphical parameters. See par for more
details. As default |
res |
Graphical parameters. See par for more
details. As default |
unit |
Graphical parameters. See par for more
details. As default |
colors |
A character vector indicating the colors to be used in the venn diagram. The default is c('green', 'blue', "red"). |
venn_diagram_imagetype |
A character string indicating the image_format (e.g. "tiff", "png" or "svg"). The default is "png". |
work_dir |
A character string specifying the path to work directory. |
fc_cutoff |
Numerical value indicating the maximum value for Fold
Change '(FC). The default is |
fdr_cutoff |
Numerical value indicating the maximum value for FDR
values. The default is |
env |
A character string containing the environment name that should be used. If none has been set yet, the function will create one in global environment following the standard criteria:
|
a list of genes co-expressed and differentially expressed genes inside the determined environment name for further use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.