Mercurial > repos > fubar > differential_count_models
comparison rgedgeR/rgedgeRpaired.xml @ 12:aa528c834664 draft
Uploaded
author | fubar |
---|---|
date | Sat, 27 Jul 2013 01:56:58 -0400 |
parents | e7733b353702 |
children | f542654faa3b |
comparison
equal
deleted
inserted
replaced
11:e7733b353702 | 12:aa528c834664 |
---|---|
373 sink() | 373 sink() |
374 } | 374 } |
375 | 375 |
376 | 376 |
377 | 377 |
378 edgeIt = function (Count_Matrix,group,out_edgeR=F,out_VOOM=F,out_DESeq2=F,fdrtype='fdr',priordf=5, | 378 edgeIt = function (Count_Matrix=c(),group=c(),out_edgeR=F,out_VOOM=F,out_DESeq2=F,fdrtype='fdr',priordf=5, |
379 fdrthresh=0.05,outputdir='.', myTitle='Differential Counts',libSize=c(),useNDF=F, | 379 fdrthresh=0.05,outputdir='.', myTitle='Differential Counts',libSize=c(),useNDF=F, |
380 filterquantile=0.2, subjects=c(),mydesign=NULL, | 380 filterquantile=0.2, subjects=c(),mydesign=NULL, |
381 doDESeq2=T,doVoom=T,doCamera=T,doedgeR=T,org='hg19', | 381 doDESeq2=T,doVoom=T,doCamera=T,doedgeR=T,org='hg19', |
382 histgmt="", bigmt="/data/genomes/gsea/3.1/Abetterchoice_nocgp_c2_c3_c5_symbols_all.gmt", | 382 histgmt="", bigmt="/data/genomes/gsea/3.1/Abetterchoice_nocgp_c2_c3_c5_symbols_all.gmt", |
383 doCook=F,DESeq_fitType="parameteric") | 383 doCook=F,DESeq_fitType="parameteric") |
676 doVoom = $doVoom | 676 doVoom = $doVoom |
677 doCamera = F | 677 doCamera = F |
678 doedgeR = $edgeR.doedgeR | 678 doedgeR = $edgeR.doedgeR |
679 edgeR_priordf = 0 | 679 edgeR_priordf = 0 |
680 | 680 |
681 #if $DESeq2.doDESeq2 == "T" | 681 #if $DESeq2.doDESeq2 == "T": |
682 out_DESeq2 = "$out_DESeq2" | 682 out_DESeq2 = "$out_DESeq2" |
683 DESeq_fitType = "$DESeq2.DESeq_fitType" | 683 DESeq_fitType = "$DESeq2.DESeq_fitType" |
684 #end if | 684 #end if |
685 #if $edgeR.doedgeR == "T" | 685 #if $edgeR.doedgeR == "T": |
686 out_edgeR = "$out_edgeR" | 686 out_edgeR = "$out_edgeR" |
687 edgeR_priordf = $edgeR.edgeR_priordf | 687 edgeR_priordf = $edgeR.edgeR_priordf |
688 #end if | 688 #end if |
689 #if $doVoom == "T" | 689 #if $doVoom == "T": |
690 out_VOOM = "$out_VOOM" | 690 out_VOOM = "$out_VOOM" |
691 #end if | 691 #end if |
692 | 692 |
693 Out_Dir = "$html_file.files_path" | 693 Out_Dir = "$html_file.files_path" |
694 Input = "$input1" | 694 Input = "$input1" |