File: control

package info (click to toggle)
conservation-code 20110309.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 552 kB
  • sloc: python: 513; makefile: 36; sh: 24
file content (47 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: conservation-code
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/conservation-code
Vcs-Git: https://salsa.debian.org/med-team/conservation-code.git
Homepage: http://compbio.cs.princeton.edu/conservation/

Package: conservation-code
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-numpy
Enhances: concavity
Description: protein sequence conservation scoring tool
 This package provides score_conservation(1), a tool to score protein sequence
 conservation.
 .
 The following conservation scoring methods are implemented:
  * sum of pairs
  * weighted sum of pairs
  * Shannon entropy
  * Shannon entropy with property groupings (Mirny and Shakhnovich 1995,
    Valdar and Thornton 2001)
  * relative entropy with property groupings (Williamson 1995)
  * von Neumann entropy (Caffrey et al 2004)
  * relative entropy (Samudrala and Wang 2006)
  * Jensen-Shannon divergence (Capra and Singh 2007)
 .
 A window-based extension that incorporates the estimated conservation of
 sequentially adjacent residues into the score for each column is also given.
 This window approach can be applied to any of the conservation scoring
 methods.
 .
 The program accepts alignments in the CLUSTAL and FASTA formats.
 .
 The sequence-specific output can be used as the conservation input for
 concavity.
 .
 Conservation is highly predictive in identifying catalytic sites and
 residues near bound ligands.