-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathREADME
64 lines (44 loc) · 2.3 KB
/
README
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#############################################################
# README file for pySCA
#
# 03.2015
#
# Copyright (C) 2015 Olivier Rivoire, Rama Ranganathan, Kimberly
# Reynolds
# This program is free software distributed under the BSD 3-clause
# license, please see the file LICENSE for details.
#############################################################
The current version of the Statistical Coupling Analysis (SCA)
analysis is implemented in python. This directory contains the
necessary code for running the SCA calculations, as well examples/tutorials for
the dihydrofolate reductase (DHFR) enzyme family, the S1A serine
proteases, the small G-protein family and the Beta-lactamase enzyme
family. The tutorials are distributed as iPython notebooks; for
details please see: http://ipython.org/notebook.html
#############################################################
For installation instructions, and an introduction to using the
toolbox, please see:
https://github.com/reynoldsk/pySCA
or open the html files included with the pySCA distribution in a browser:
html_docs/index.html
#############################################################
Contents
Inputs/ : Directory containing input files (including those
needed for the tutorials)
Outputs/ : Directory for output files (empty at install)
html_docs/ : Directory containing html documentation
annotate_MSA.py : Python script that annotates alignments
with phylogenetic/taxonomic information
scaProcessMSA.py : Python script that conducts some initial
processing of the sequence alignment
scaCore.py : Python script that runs the core SCA calculations
scaSectorID.py : Python script that defines sectors given the
results of the calculations in scaCore
scaTools.py : The SCA toolbox - contains all functions
needed for the SCA calculations
SCA_DHFR.ipynb : Python notebook example for DHFR
SCA_G.ipynb : Python notebook example for the small G proteins
SCA_betalactamase.ipynb: Python notebook example for the beta-lactamases
SCA_S1A.ipynb : Python notebook example for the S1A
serine protease
#############################################################