View source: R/rnbtn_intersect_effects.R
rnbtn_intersect_effects | R Documentation |
rnbtn_intersect_effects combines results from the total and unique counts and produces intersected .csv files with specified fdr cutoffs.It also produces intersection plots
rnbtn_intersect_effects(TC_files, UC_files, path, fdrcutoff = 0.05)
TC_files |
: A list of Total counts files from rnbtn_fdr_effects along with full path. Each file should have columns of fdr,log2_coefficient,locus_tag,mean,controlmean |
UC_files |
: A list of Unique counts files from rnbtn_fdr_effects along with full path. Each file should have fdr,log2_coefficient,locus_tag,mean,controlmean |
path: |
A path to write output files. |
fdrcutoff: |
A cutoff for significant locus_tags.Default is 0.05 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.