Size: 2234
Comment:
|
Size: 1887
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
Example: | Example (for a ligand with 6 positions): |
Line 41: | Line 41: |
To open several peptide files at once, simply link them all in a single '''project file'''. A project file is a text file containing the absolute paths of multiple peptide files. Opening the project file in a supporting application, such as BRAIN or LOLA, will open each of the underlying peptide files in a single step, allowing multiple profiles to be processed. | To open several pwm files at once, simply link them all in a single '''project file'''. A project file is a text file containing the absolute paths of multiple pwm files. Opening the project file in a supporting application, such as BRAIN or LOLA, will open each of the underlying pwm files in a single step, allowing multiple profiles to be processed. |
Line 46: | Line 46: |
/Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/APBA3-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/CASK-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG1-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG1-2.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG1-3.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG2-3.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG3-2.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DLG4-3.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/DVL2-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/ERBB2IP-1-hi.pep.txt |
/Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmA-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmA-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmB-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmB-2.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmC-3.pep.txt |
PWM Files
A pwm file describes a a position weight matrix (rows are amino acids, columns are ligand positions) where each cell in the matrix represents the frequency of observing a specific amino acid at a given ligand position.
Contents
Each file consists of 21 lines with the first line containing the name of the protein. For the remaining 20 lines (one per amino acid) each line contains tab delimited fields (one field per ligand position) with each field containing the frequency of observing the amino acid at that position.
Example (for a ligand with 6 positions):
Protein A A 0 0 1 0 4 0 C 2 0 0 0 0 0 D 0 0 0 0 0 0 E 1 0 0 0 0 0 F 2 1 1 0 0 0 G 4 1 2 1 0 0 H 0 2 3 3 0 0 I 0 0 0 1 0 0 K 0 0 2 0 0 0 L 1 1 1 0 1 15 M 1 0 0 0 0 0 N 0 2 0 0 0 0 P 0 0 0 0 5 0 Q 0 0 0 0 0 0 R 1 2 1 10 1 0 S 0 1 2 0 1 0 T 0 3 1 0 0 0 V 1 2 1 0 1 0 W 1 0 0 0 2 0 Y 1 0 0 0 0 0
Project Files
To open several pwm files at once, simply link them all in a single project file. A project file is a text file containing the absolute paths of multiple pwm files. Opening the project file in a supporting application, such as BRAIN or LOLA, will open each of the underlying pwm files in a single step, allowing multiple profiles to be processed.
Example:
#ProjectFile /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmA-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmA-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmB-1.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmB-2.pep.txt /Users/moyez/research/ppi/profiles/PDZ/Human/SidhuPhage/pwmC-3.pep.txt
NOTE: The first line of the project file must contain the text "#ProjectFile".