View source: R/trscr_analysis.R
| select_candidates | R Documentation | 
Generate a candidate table
select_candidates(gene_list, padj_thresh = 0, z_score_thresh,
  noCNVlog2FC_thresh)
gene_list | 
 A   | 
padj_thresh | 
 A threshold p-value under which expression is significantly different by DESeq analysis  | 
z_score_thresh | 
 A threshold zscore value, candidate genes should display a zcore value such as -t_zscore<zscore<t_zscore  | 
noCNVlog2FC_thresh | 
 A threshold noCNVlog2FC, candidate genes should display a noCNVlog2FC value such as noCNVlog2FC > noCNVlog2FC_thresh or noCNVlog2FC < noCNVlog2FC_thresh  | 
A gene_list table including of candidate genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.