Previous changeset 53:3d2e03e9c526 (2017-05-31) Next changeset 55:7698612e1dc7 (2017-05-31) |
Commit message:
Uploaded 20170531 |
modified:
loadandplot.xml plotwithscale.xml testandplot.xml |
added:
._ETn_example ._example ._loadandplot.R ._plotwithscale.R ._testandplot.R ETn_example/._.DS_Store ETn_example/._Control.bed ETn_example/._DESCRIPTION.txt ETn_example/._ETn_fixed.bed ETn_example/._Recombination_hotspots.txt ETn_example/._features.header ETn_example/._regions.header example/._.DS_Store example/._Controls_regions.bed example/._DESCRIPTION.txt example/._Elements1_regions.bed example/._Elements2_regions.bed example/._Elements3_regions.bed example/._Feature1.bed example/._Feature2.bed example/._features.header.bed.txt example/._regions.header.txt |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ._ETn_example |
b |
Binary file ._ETn_example has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ._example |
b |
Binary file ._example has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ._loadandplot.R |
b |
Binary file ._loadandplot.R has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ._plotwithscale.R |
b |
Binary file ._plotwithscale.R has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ._testandplot.R |
b |
Binary file ._testandplot.R has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._.DS_Store |
b |
Binary file ETn_example/._.DS_Store has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._Control.bed |
b |
Binary file ETn_example/._Control.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._DESCRIPTION.txt |
b |
Binary file ETn_example/._DESCRIPTION.txt has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._ETn_fixed.bed |
b |
Binary file ETn_example/._ETn_fixed.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._Recombination_hotspots.txt |
b |
Binary file ETn_example/._Recombination_hotspots.txt has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._features.header |
b |
Binary file ETn_example/._features.header has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 ETn_example/._regions.header |
b |
Binary file ETn_example/._regions.header has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._.DS_Store |
b |
Binary file example/._.DS_Store has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Controls_regions.bed |
b |
Binary file example/._Controls_regions.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._DESCRIPTION.txt |
b |
Binary file example/._DESCRIPTION.txt has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Elements1_regions.bed |
b |
Binary file example/._Elements1_regions.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Elements2_regions.bed |
b |
Binary file example/._Elements2_regions.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Elements3_regions.bed |
b |
Binary file example/._Elements3_regions.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Feature1.bed |
b |
Binary file example/._Feature1.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._Feature2.bed |
b |
Binary file example/._Feature2.bed has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._features.header.bed.txt |
b |
Binary file example/._features.header.bed.txt has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 example/._regions.header.txt |
b |
Binary file example/._regions.header.txt has changed |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 loadandplot.xml --- a/loadandplot.xml Wed May 31 15:26:42 2017 -0400 +++ b/loadandplot.xml Wed May 31 16:25:59 2017 -0400 |
b |
@@ -290,12 +290,20 @@ **Notes** -This Galaxy tool has been developed by Fabio Cumbo (Third University of Rome, Italy) and Marzia A. Cremona (The Pennsylvania State University, USA). +This Galaxy tool has been developed by Fabio Cumbo (Third University of Rome, Italy - fabio.cumbo@iasi.cnr.it) and Marzia A. Cremona (The Pennsylvania State University, USA - mac78@psu.edu). It implements a simplified version of the methods *smooth* and *plot* for *IWTomicsData* objects. The complete version can be found in the *R/Bioconductor* package *IWTomics* (see vignette_). .. _vignette: https://bioconductor.org/packages/release/bioc/vignettes/IWTomics/inst/doc/IWTomics.pdf + +Example data can be found at: + +1. Simulated_data_ +2. ETn_data_ + +.. _Simulated_data: https://usegalaxy.org/u/fabio-cumbo/h/iwtomics-example +.. _ETn_data: https://usegalaxy.org/u/fabio-cumbo/h/iwtomics-etn-example </help> <citations> @@ -316,7 +324,7 @@ iwtomics, author = {Cremona, Marzia A and Pini, Alessia and Chiaromonte, Francesca and Vantini, Simone}, title = {IWTomics: Interval-Wise Testing for Omics Data}, - note = {R package version 0.99.12}, + note = {R package version 1.0.0}, year = {2017} } </citation> |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 plotwithscale.xml --- a/plotwithscale.xml Wed May 31 15:26:42 2017 -0400 +++ b/plotwithscale.xml Wed May 31 16:25:59 2017 -0400 |
b |
@@ -192,7 +192,7 @@ iwtomics, author = {Cremona, Marzia A and Pini, Alessia and Chiaromonte, Francesca and Vantini, Simone}, title = {IWTomics: Interval-Wise Testing for Omics Data}, - note = {R package version 0.99.12}, + note = {R package version 1.0.0}, year = {2017} } </citation> |
b |
diff -r 3d2e03e9c526 -r d49031ef33d5 testandplot.xml --- a/testandplot.xml Wed May 31 15:26:42 2017 -0400 +++ b/testandplot.xml Wed May 31 16:25:59 2017 -0400 |
b |
@@ -230,7 +230,7 @@ iwtomics, author = {Cremona, Marzia A and Pini, Alessia and Chiaromonte, Francesca and Vantini, Simone}, title = {IWTomics: Interval-Wise Testing for Omics Data}, - note = {R package version 0.99.12}, + note = {R package version 1.0.0}, year = {2017} } </citation> |