2604
Comment:
|
4873
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
LOLA is currently in beta-testing. Version 1.1-beta is now available for download. | LOLA is currently in beta-testing. Version 1.2-beta is now available for download. |
Line 6: | Line 6: |
[[TableOfContents()]] | <<TableOfContents>> |
Line 11: | Line 11: |
''LOLA Version 1.2 Beta (2008 May 12)''[[BR]] Build: attachment:LOLA-1.2-beta.tgz [[BR]] Source: attachment:LOLA-1.2-beta-src.tgz |
''LOLA Version 1.3 Beta (September 29, 2008)''<<BR>> Build: [[attachment:LOLA-1.3-beta.tgz]] <<BR>> Source: To be posted by October 3, 2008 |
Line 16: | Line 14: |
''LOLA Version 1.1 Beta (August 22, 2007)''[[BR]] Build: attachment:LOLA-1.1-beta.tgz [[BR]] Source: attachment:LOLA-1.1-beta-src.tgz ==== Release Notes ==== |
''LOLA Version 1.2 Beta (May 12, 2008)''<<BR>> Build: [[attachment:LOLA-1.2-beta.tgz]] <<BR>> Source: [[attachment:LOLA-1.2-beta-src.tgz]] ''LOLA Version 1.1 Beta (August 22, 2007)''<<BR>> Build: [[attachment:LOLA-1.1-beta.tgz]] <<BR>> Source: [[attachment:LOLA-1.1-beta-src.tgz]] === Release Notes === '''Version 1.35 alpha:''' * For each occurrence of the symbol 'X' (which represents an ambiguous amino acid) at a position in the profile, contribute an equal 1/20 weight to each residue in the corresponding weight distribution. Previously, the weight contributed to each residue was 1.0, causing inflation of "background" signal and hence suppression of significant features at the given position. '''Version 1.3 beta:''' * Progress bars now appear for long-running tasks such as loading peptide file and generating logos and logo trees * Notable bug fixes: * Selected profiles now correctly closed with the "Close Selected" button. * Regenerating a logo tree after closing some profiles now correctly excludes the closed profiles. |
Line 22: | Line 31: |
Line 24: | Line 34: |
Line 26: | Line 36: |
Line 37: | Line 48: |
LOLA accepts one or more [wiki:Self:../BRAIN/PeptideFile peptide file] as shown in the example below. A peptide file describes a protein containing a specific domain, and provides known peptide ligands of this domain obtained by an experimental technique. You can open a single peptide file, or multiple peptide files grouped into a [wiki:Self:../BRAIN/PeptideFile#ProjectFiles project file]. | LOLA accepts one or more [[Software/BRAIN/PeptideFile|peptide file]] as shown in the example below. A peptide file describes a protein containing a specific domain, and provides known peptide ligands of this domain obtained by an experimental technique. You can open a single peptide file, or multiple peptide files grouped into a [[Software/BRAIN/PeptideFile#ProjectFiles|project file]]. |
Line 39: | Line 50: |
Here's a view of LOLA after opening a PDZ domain project file: | Here's a view of LOLA after opening a PDZ domain project file, and after generating a logo tree: |
Line 41: | Line 52: |
attachment:lolaScreenShot-Small.png attachment:lolaScreenShotLogoTree.png |
{{attachment:lolaScreenShot-Small.png}} {{attachment:lolaScreenShotLogoTree.png}} === Changing memory allocations on Windows, Mac, and Linux machines === There are a number of ways to change LOLA's memory allocation, depending on your preferred method of opening the application. ==== Option A: Command line startup (note: this does not permanently change LOLA's default 512M setting) ==== If you are opening LOLA from the command-line using the command: * java –Xmx512M –jar lola-VERSION.jar then you can increase the value of –Xmx to the desired amount of memory. For example: * java –Xmx800M –jar lola-VERSION.jar ==== Option B: Using lola.bat (Windows systems) ==== 1. Open the file lola.bat in a text editor (eg. right-click and select Open With Notepad). 1. Increase the value of the –Xmx tag (found in the last line of the file), as per Option A. Do not modify other parts of the file. 1. Save and close the file. 1. Open LOLA by double-clicking on lola.bat. ==== Option C: Using lola.sh (UNIX, Linux, and Mac OS X systems) ==== 1. Open the file lola.sh in a text editor (eg. right-click and select Open With TextEdit). 1. Increase the value of the –Xmx tag (found in the last line of the file), as per Option A. Do not modify other parts of the file. 1. Save and close the file. 1. Open LOLA by running lola.sh from the command-line. |
Line 46: | Line 80: |
* Generate a "logo tree" by hiearchically clustering logos [Initial PDZ (no alignment) use case completed in version 1.1] |
* Enable logo and logo tree parameters to be saved in a project file for later use * Support customized amino acid grouping schemes |
Line 54: | Line 88: |
If you have any questions or feedback, please email Moyez Dharsee at mdharsee@infochromics.com. |
If you have any questions or feedback, please email Moyez Dharsee at mdharsee@infochromics.com . |
LOLA (LOgos Look Amazing) is a tool for generating sequence logos using Position Weight Matrix based protein profiles. LOLA allows you to generate custom sequence logos by setting parameters such as logo height, trim percentage, and residue colour scheme. You can then save logos in various formats including PDF, PNG, and JPEG.
LOLA is currently in beta-testing. Version 1.2-beta is now available for download.
Downloads
Latest Release
LOLA Version 1.3 Beta (September 29, 2008)
Build: LOLA-1.3-beta.tgz
Source: To be posted by October 3, 2008
Earlier Releases
LOLA Version 1.2 Beta (May 12, 2008)
Build: LOLA-1.2-beta.tgz
Source: LOLA-1.2-beta-src.tgz
LOLA Version 1.1 Beta (August 22, 2007)
Build: LOLA-1.1-beta.tgz
Source: LOLA-1.1-beta-src.tgz
Release Notes
Version 1.35 alpha:
- For each occurrence of the symbol 'X' (which represents an ambiguous amino acid) at a position in the profile, contribute an equal 1/20 weight to each residue in the corresponding weight distribution. Previously, the weight contributed to each residue was 1.0, causing inflation of "background" signal and hence suppression of significant features at the given position.
Version 1.3 beta:
- Progress bars now appear for long-running tasks such as loading peptide file and generating logos and logo trees
- Notable bug fixes:
- Selected profiles now correctly closed with the "Close Selected" button.
- Regenerating a logo tree after closing some profiles now correctly excludes the closed profiles.
Version 1.2 beta:
- Logo trees can be generated for all types of domains - not only terminal binding
- New advanced options including amino acid coloring styles, amino acid grouping, and logo tree leaf ordering
Version 1.1 beta:
New Logo Tree feature - basic functionality for PDZ or other terminal binding motifs not requiring profile alignment
Installing and Running
Requirements: Java Runtime Environment (JRE) 1.5 or later is required to run LOLA. All other dependencies are included in the download.
- Extract the TAR file. This will create a directory named "lola".
- On Linux, open the command shell and run "lola.sh" from the "lola" directory.
- On Windows, double click "lola.bat".
- On Mac, double click lola-1.0-beta.jar
LOLA accepts one or more peptide file as shown in the example below. A peptide file describes a protein containing a specific domain, and provides known peptide ligands of this domain obtained by an experimental technique. You can open a single peptide file, or multiple peptide files grouped into a project file.
Here's a view of LOLA after opening a PDZ domain project file, and after generating a logo tree:
Changing memory allocations on Windows, Mac, and Linux machines
There are a number of ways to change LOLA's memory allocation, depending on your preferred method of opening the application.
Option A: Command line startup (note: this does not permanently change LOLA's default 512M setting)
If you are opening LOLA from the command-line using the command:
- java –Xmx512M –jar lola-VERSION.jar
then you can increase the value of –Xmx to the desired amount of memory. For example:
- java –Xmx800M –jar lola-VERSION.jar
Option B: Using lola.bat (Windows systems)
- Open the file lola.bat in a text editor (eg. right-click and select Open With Notepad).
- Increase the value of the –Xmx tag (found in the last line of the file), as per Option A. Do not modify other parts of the file.
- Save and close the file.
- Open LOLA by double-clicking on lola.bat.
Option C: Using lola.sh (UNIX, Linux, and Mac OS X systems)
Open the file lola.sh in a text editor (eg. right-click and select Open With TextEdit).
- Increase the value of the –Xmx tag (found in the last line of the file), as per Option A. Do not modify other parts of the file.
- Save and close the file.
- Open LOLA by running lola.sh from the command-line.
Future Developments
- Enable logo and logo tree parameters to be saved in a project file for later use
- Support customized amino acid grouping schemes
- Allow colours to be selected for individual amino-acids
- Add support for nucleic acids
- Additional visualization options (e.g. font, axis labels)
Contact
If you have any questions or feedback, please email Moyez Dharsee at mdharsee@infochromics.com .