View source: R/check_args_for_bootstrap_plot_generation.R
check_args_for_bootstrap_plot_generation | R Documentation |
Check the input arguments of the generate_bootstrap_plots_for_transcriptome.
check_args_for_bootstrap_plot_generation(
sct_data,
tt,
thresh,
annotLevel,
reps,
full_results,
listFileName,
showGNameThresh,
sortBy
)
sct_data |
List generated using generate_celltype_data. |
tt |
Differential expression table. Can be output of topTable function. Minimum requirement is that one column stores a metric of increased/decreased expression (i.e. log fold change, t-statistic for differential expression etc) and another contains gene symbols. |
thresh |
The number of up- and down- regulated genes to be included in each analysis (Default: 250). |
annotLevel |
An integer indicating which level of |
reps |
Number of random gene lists to generate (Default: 100, but should be >=10,000 for publication-quality results). |
full_results |
The full output of ewce_expression_data for the same gene list. |
listFileName |
String used as the root for files saved using this function. |
showGNameThresh |
Integer. If a gene has over X percent of it's expression proportion in a cell type, then list the gene name. |
sortBy |
Column name of metric in |
Null output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.