annotate readme.rst @ 6:5742b322f956 draft default tip

Uploaded
author greg
date Tue, 10 Dec 2013 10:09:39 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
5742b322f956 Uploaded
greg
parents:
diff changeset
1 ========================
5742b322f956 Uploaded
greg
parents:
diff changeset
2 Galaxy deeptools wrapper
5742b322f956 Uploaded
greg
parents:
diff changeset
3 ========================
5742b322f956 Uploaded
greg
parents:
diff changeset
4
5742b322f956 Uploaded
greg
parents:
diff changeset
5 deepTools are user-friendly tools for the normalization and visualization of
5742b322f956 Uploaded
greg
parents:
diff changeset
6 deep-sequencing data.
5742b322f956 Uploaded
greg
parents:
diff changeset
7 They address the challenge of visualizing the large amounts of data that are now
5742b322f956 Uploaded
greg
parents:
diff changeset
8 routinely generated from sequencing centers in a meaningful way.
5742b322f956 Uploaded
greg
parents:
diff changeset
9 To do so, deepTools contain useful routines to process the mapped reads data
5742b322f956 Uploaded
greg
parents:
diff changeset
10 through removal of duplicates and different filtering options to create coverage
5742b322f956 Uploaded
greg
parents:
diff changeset
11 files in standard bedGraph and bigWig file formats. deepTools allow the creation
5742b322f956 Uploaded
greg
parents:
diff changeset
12 of normalized coverage files or the comparison between two files
5742b322f956 Uploaded
greg
parents:
diff changeset
13 (for example, treatment and control). Finally, using such normalized and
5742b322f956 Uploaded
greg
parents:
diff changeset
14 standardized files, multiple visualizations can be created to identify
5742b322f956 Uploaded
greg
parents:
diff changeset
15 enrichments with functional annotations of the genome.
5742b322f956 Uploaded
greg
parents:
diff changeset
16 For a gallery of images that can be produced and a description
5742b322f956 Uploaded
greg
parents:
diff changeset
17 of the tools see our poster_.
5742b322f956 Uploaded
greg
parents:
diff changeset
18
5742b322f956 Uploaded
greg
parents:
diff changeset
19 .. _poster: http://f1000.com/posters/browse/summary/1094053
5742b322f956 Uploaded
greg
parents:
diff changeset
20
5742b322f956 Uploaded
greg
parents:
diff changeset
21 deeptools is developed under here:
5742b322f956 Uploaded
greg
parents:
diff changeset
22
5742b322f956 Uploaded
greg
parents:
diff changeset
23 https://github.com/fidelram/deepTools
5742b322f956 Uploaded
greg
parents:
diff changeset
24
5742b322f956 Uploaded
greg
parents:
diff changeset
25 For support, questions, or feature requests contact: deeptools@googlegroups.com
5742b322f956 Uploaded
greg
parents:
diff changeset
26
5742b322f956 Uploaded
greg
parents:
diff changeset
27
5742b322f956 Uploaded
greg
parents:
diff changeset
28 ========
5742b322f956 Uploaded
greg
parents:
diff changeset
29 Citation
5742b322f956 Uploaded
greg
parents:
diff changeset
30 ========
5742b322f956 Uploaded
greg
parents:
diff changeset
31
5742b322f956 Uploaded
greg
parents:
diff changeset
32 deeptools are currently under review. In the meantime please refere to https://github.com/fidelram/deepTools.
5742b322f956 Uploaded
greg
parents:
diff changeset
33
5742b322f956 Uploaded
greg
parents:
diff changeset
34
5742b322f956 Uploaded
greg
parents:
diff changeset
35 =======
5742b322f956 Uploaded
greg
parents:
diff changeset
36 History
5742b322f956 Uploaded
greg
parents:
diff changeset
37 =======
5742b322f956 Uploaded
greg
parents:
diff changeset
38
5742b322f956 Uploaded
greg
parents:
diff changeset
39 - v1.0: Initial public release
5742b322f956 Uploaded
greg
parents:
diff changeset
40
5742b322f956 Uploaded
greg
parents:
diff changeset
41
5742b322f956 Uploaded
greg
parents:
diff changeset
42 Licence (MIT)
5742b322f956 Uploaded
greg
parents:
diff changeset
43 =============
5742b322f956 Uploaded
greg
parents:
diff changeset
44
5742b322f956 Uploaded
greg
parents:
diff changeset
45 Permission is hereby granted, free of charge, to any person obtaining a copy
5742b322f956 Uploaded
greg
parents:
diff changeset
46 of this software and associated documentation files (the "Software"), to deal
5742b322f956 Uploaded
greg
parents:
diff changeset
47 in the Software without restriction, including without limitation the rights
5742b322f956 Uploaded
greg
parents:
diff changeset
48 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5742b322f956 Uploaded
greg
parents:
diff changeset
49 copies of the Software, and to permit persons to whom the Software is
5742b322f956 Uploaded
greg
parents:
diff changeset
50 furnished to do so, subject to the following conditions:
5742b322f956 Uploaded
greg
parents:
diff changeset
51
5742b322f956 Uploaded
greg
parents:
diff changeset
52 The above copyright notice and this permission notice shall be included in
5742b322f956 Uploaded
greg
parents:
diff changeset
53 all copies or substantial portions of the Software.
5742b322f956 Uploaded
greg
parents:
diff changeset
54
5742b322f956 Uploaded
greg
parents:
diff changeset
55 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5742b322f956 Uploaded
greg
parents:
diff changeset
56 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5742b322f956 Uploaded
greg
parents:
diff changeset
57 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5742b322f956 Uploaded
greg
parents:
diff changeset
58 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5742b322f956 Uploaded
greg
parents:
diff changeset
59 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5742b322f956 Uploaded
greg
parents:
diff changeset
60 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5742b322f956 Uploaded
greg
parents:
diff changeset
61 THE SOFTWARE.