comparison edgeR_Differential_Gene_Expression.xml @ 79:c86f1f86b3c1 draft

Uploaded
author yhoogstrate
date Thu, 13 Nov 2014 10:30:43 -0500
parents 2ee2336d71cc
children b2738b4d7c8c
comparison
equal deleted inserted replaced
78:398963a4827a 79:c86f1f86b3c1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="edger_dge" name="edgeR: Differential Gene(Expression) Analysis"> 2 <tool id="edger_dge" name="edgeR: Differential Gene(Expression) Analysis" version="3.0.3-latest.a">
3 <description>RNA-Seq gene expression analysis using edgeR (R package)</description> 3 <description>RNA-Seq gene expression analysis using edgeR (R package)</description>
4 4
5 <requirements> 5 <requirements>
6 <!--<requirement type="package" version="3.0.1">package_r3_withx</requirement>--> 6 <!--<requirement type="package" version="3.0.1">package_r3_withx</requirement>-->
7 <!--<requirement type="package" version="3.1.0">R</requirement>--> 7 <!--<requirement type="package" version="3.1.0">R</requirement>-->
8 <requirement type="package" version="3.0.3">R</requirement> 8 <requirement type="package" version="3.0.3">R</requirement>
9 <requirement type="package" version="latest">biocLite_edgeR_limma</requirement> 9 <requirement type="package" version="latest">biocLite_edgeR_limma</requirement>
10 <requirement type="package" version="1.3.18">graphicsmagick</requirement> 10 <requirement type="package" version="1.3.18">graphicsmagick</requirement>
11 </requirements> 11 </requirements>
12
13 <version_command>R --vanilla --slave -e "library(edgeR) ; cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2&gt; /dev/null</version_command>
12 14
13 <command> 15 <command>
14 <!-- 16 <!--
15 The following script is written in the "Cheetah" language: 17 The following script is written in the "Cheetah" language:
16 http://www.cheetahtemplate.org/docs/users_guide_html_multipage/contents.html 18 http://www.cheetahtemplate.org/docs/users_guide_html_multipage/contents.html
510 This tool is called *edgeR Design Matrix Creator*. 512 This tool is called *edgeR Design Matrix Creator*.
511 If the appropriate design matrix (with corresponding links to the files) is given, 513 If the appropriate design matrix (with corresponding links to the files) is given,
512 the correct contrast ( http://en.wikipedia.org/wiki/Contrast_(statistics) ) has to be given. 514 the correct contrast ( http://en.wikipedia.org/wiki/Contrast_(statistics) ) has to be given.
513 515
514 If you have for example two groups, with an equal weight, you would like to compare either 516 If you have for example two groups, with an equal weight, you would like to compare either
515 "g1~g2" or "normal~cancer". 517 "g1-g2" or "normal-cancer".
516 518
517 The test function makes use of a MCF7 dataset used in a study that indicates that a higher sequencing depth is not neccesairily more important than a higher amount of replaciates[2]. 519 The test function makes use of a MCF7 dataset used in a study that indicates that a higher sequencing depth is not neccesairily more important than a higher amount of replaciates[2].
518 520
519 Input 521 Input
520 ----- 522 -----
564 566
565 This tool requires no specific configurations. The following dependencies are installed automatically: 567 This tool requires no specific configurations. The following dependencies are installed automatically:
566 568
567 - R 569 - R
568 - Bioconductor 570 - Bioconductor
569 - limma 571 - limma
570 572 - edgeR
571 - edgeR
572 573
573 License 574 License
574 ------- 575 -------
575 - R 576 - R
576 - GPL-2 &amp; GPL-3 577 - GPL 2 &amp; GPL 3
577 - limma 578 - limma
578 - GPL (&gt;=2) 579 - GPL (&gt;=2)
579 - edgeR 580 - edgeR
580 - GPL (&gt;=2) 581 - GPL (&gt;=2)
581 582
582 References 583 References
583 ---------- 584 ----------
584 585
585 EdgeR 586 EdgeR
601 - http://www.ncbi.nlm.nih.gov/pubmed/24319002 602 - http://www.ncbi.nlm.nih.gov/pubmed/24319002
602 - http://dx.doi.org/10.1093/bioinformatics/btt688 603 - http://dx.doi.org/10.1093/bioinformatics/btt688
603 604
604 Contact 605 Contact
605 ------- 606 -------
606 The tool wrapper has been written by Youri Hoogstrate from the Erasmus Medical Center (Rotterdam, Netherlands) on behalf of the Translational Research IT (TraIT) project: 607
608 The tool wrapper has been written by Youri Hoogstrate from the Erasmus
609 Medical Center (Rotterdam, Netherlands) on behalf of the Translational
610 Research IT (TraIT) project:
607 http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch 611 http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch
608 612
613 More tools by the Translational Research IT (TraIT) project can be found
614 in the following toolsheds:
615 - http://toolshed.dtls.nl/
616 - http://toolshed.g2.bx.psu.edu
617 - http://testtoolshed.g2.bx.psu.edu/
618
609 I would like to thank Hina Riaz - Naz Khan for her helpful contribution. 619 I would like to thank Hina Riaz - Naz Khan for her helpful contribution.
610
611 More tools by the Translational Research IT (TraIT) project can be found in the following repository:
612 http://testtoolshed.g2.bx.psu.edu/
613 </help> 620 </help>
614 </tool> 621 </tool>