SATO


NameSATO JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/clabe-wekesa/SATO
SummaryPython package that generates consensus sequence from the forward and reverse sequences, performs multiple sequence alignment of the fasta sequences, and generates phylogenetic trees using Bayesian and Maximum Likelihood Methods
upload_time2024-04-29 18:51:32
maintainerNone
docs_urlNone
authorClabe Wekesa
requires_python>=3.6
licenseMIT
keywords consensus alignment phylogenetics bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SATO - Sequence Analysis Toolkit
This Python application, built with PyQt6 and integrated with the BioPython library, serves as a Sequence Analysis Toolkit (SATO). SATO offers a user-friendly graphical interface with multiple tabs for various sequence analysis tasks. Users can perform tasks such as generating consensus sequences from two input sequences, aligning sequences using Clustal Omega or MAFFT, and conducting phylogenetic analysis using MrBayes or FastTree. The application also provides features for visualizing alignment results and phylogenetic trees, making it a versatile tool for researchers and scientists working with biological sequences.  

![Logo](./icons/logo-no-background.png)

### Purpose of the Package
The package provides a comprehensive and user-friendly solution for biologists and researchers working with biological sequence data. It aims to streamline and simplify various sequence analysis tasks, including generating consensus sequences, conducting sequence alignments, and performing phylogenetic analysis. By offering a graphical user interface (GUI) and integrating with external tools and libraries like BioPython, Clustal Omega, MAFFT, MrBayes, FastTree, Jalview, and FigTree, the package empowers users to efficiently analyze and visualize biological sequence data, making it a valuable resource for molecular biology and bioinformatics research. 
### Features
SATO is a powerful Sequence Analysis Toolkit that offers a range of features for working with biological sequences. Whether you need to generate consensus sequences, perform sequence alignment, or conduct phylogenetic analysis, SATO has you covered. Below are some of the key features of this application:
### Consensus Sequence Generation
   - Users can provide two sequences in FASTA format.
   - The app generates a consensus sequence by finding the best overlapping window that minimizes mismatches while maximizing sequence length.
### Sequence Alignment
   - Users can perform sequence alignment using either Clustal Omega or MAFFT.
   - Input sequences are validated for FASTA format.
   - Aligned sequences are displayed in a user-friendly format.
### Phylogenetic Analysis
   - Users can conduct phylogenetic analysis using either MrBayes (Bayesian Phylogeny) or FastTree (Maximum Likelihood).
   - Supports both DNA and Protein sequences.
   - The app handles input alignments in FASTA or Nexus format.
   - Generates a phylogenetic tree and visualizes it using FigTree.
### User-Friendly Interface
   - The app offers a tabbed interface for easy navigation between different analysis functions. 
### Installation Instructions
**1. Python Environment** - Requires [Python 3](https://www.python.org/) environment and so ensure you have installed it on your computer.  

```shell
pip install SATO
```
**2. SATO uses the following programs:**
- [Clustal Omega](http://www.clustal.org/omega/) and/or [MAFFT](https://mafft.cbrc.jp/alignment/software/) for sequence alignment
- [MrBayes](https://nbisweden.github.io/MrBayes/) and/or [FastTree](http://www.microbesonline.org/fasttree/) for phylogenetic analysis
- [SeaView](https://evomics.org/resources/software/bioinformatics-software/seaview/) and/or [Jalview](https://www.jalview.org/) for visualization and analysis of multiple sequence alignment and [FigTree](http://tree.bio.ed.ac.uk/software/figtree/) for  isualization and analysis of phylogenetic trees.  

Ensure that they are all installed on your computer

### Usage
After installation, open the terminal (linux or macOS) or command prompt (windows) and type **sato**, then press **Enter** to launch SATO's GUI

## Standalone
There is also a standalone executable at [SATO v0.1.1](https://github.com/clabe-wekesa/SATO/releases/tag/v0.1.1)  
After extracting, double-click on the executable to launch the GUI

### Acknowledgment
1. Huelsenbeck, J. P., & Ronquist, F. (2001). MRBAYES: Bayesian inference of phylogenetic trees. Bioinformatics, 17(8), 754-755.
2. Price, M. N., Dehal, P. S., & Arkin, A. P. (2009). FastTree: computing large minimum evolution trees with profiles instead of a distance matrix. Molecular biology and evolution, 26(7), 1641-1650.
3. Sievers, F., Wilm, A., Dineen, D., Gibson, T. J., Karplus, K., Li, W., Lopez, R., McWilliam, H., Remmert, M., Söding, J., Thompson, J. D., & Higgins, D. G. (2011). Fast, scalable generation of high-quality protein multiple sequence alignments using Clustal Omega. Molecular systems biology, 7, 539. https://doi.org/10.1038/msb.2011.75
4. Katoh, K., Misawa, K., Kuma, K., & Miyata, T. (2002). MAFFT: a novel method for rapid multiple sequence alignment based on fast Fourier transform. Nucleic acids research, 30(14), 3059–3066. https://doi.org/10.1093/nar/gkf436
5. Rambaut, A. (2009). FigTree. Tree figure drawing tool. http://tree. bio. ed. ac. uk/software/figtree/.
6. Waterhouse, A., Procter, J., Martin, D.A. and Barton, G.J., 2005. Jalview: visualization and analysis of molecular sequences, alignments, and structures. BMC Bioinformatics, 6(3), pp.1-1.
7. Gouy, M., Guindon, S., & Gascuel, O. (2010). SeaView version 4: a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular biology and evolution, 27(2), 221-224.
### Contribution
Should you notice a bug, please let us know through issues in the, [GitHub Issue Tracker](https://github.com/clabe-wekesa/SATO/issues)

### Author
[Dr. Clabe Wekesa](https://www.ice.mpg.de/246268/group-members), [Dr. Patrick Okoth](https://mmust.ac.ke/staffprofiles/index.php/dr-patrick-okoth) and [Prof. John Muoma](https://mmust.ac.ke/staffprofiles/index.php/prof-john-vincent-omondi-muoma)
 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clabe-wekesa/SATO",
    "name": "SATO",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "consensus, alignment, phylogenetics, bioinformatics",
    "author": "Clabe Wekesa",
    "author_email": "simiyu86wekesa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/81/bc503169959e04e148d84e211909aa1046a8c37018f180d33d991e9437e0/SATO-0.1.7.tar.gz",
    "platform": null,
    "description": "# SATO - Sequence Analysis Toolkit\nThis Python application, built with PyQt6 and integrated with the BioPython library, serves as a Sequence Analysis Toolkit (SATO). SATO offers a user-friendly graphical interface with multiple tabs for various sequence analysis tasks. Users can perform tasks such as generating consensus sequences from two input sequences, aligning sequences using Clustal Omega or MAFFT, and conducting phylogenetic analysis using MrBayes or FastTree. The application also provides features for visualizing alignment results and phylogenetic trees, making it a versatile tool for researchers and scientists working with biological sequences.  \n\n![Logo](./icons/logo-no-background.png)\n\n### Purpose of the Package\nThe package provides a comprehensive and user-friendly solution for biologists and researchers working with biological sequence data. It aims to streamline and simplify various sequence analysis tasks, including generating consensus sequences, conducting sequence alignments, and performing phylogenetic analysis. By offering a graphical user interface (GUI) and integrating with external tools and libraries like BioPython, Clustal Omega, MAFFT, MrBayes, FastTree, Jalview, and FigTree, the package empowers users to efficiently analyze and visualize biological sequence data, making it a valuable resource for molecular biology and bioinformatics research. \n### Features\nSATO is a powerful Sequence Analysis Toolkit that offers a range of features for working with biological sequences. Whether you need to generate consensus sequences, perform sequence alignment, or conduct phylogenetic analysis, SATO has you covered. Below are some of the key features of this application:\n### Consensus Sequence Generation\n   - Users can provide two sequences in FASTA format.\n   - The app generates a consensus sequence by finding the best overlapping window that minimizes mismatches while maximizing sequence length.\n### Sequence Alignment\n   - Users can perform sequence alignment using either Clustal Omega or MAFFT.\n   - Input sequences are validated for FASTA format.\n   - Aligned sequences are displayed in a user-friendly format.\n### Phylogenetic Analysis\n   - Users can conduct phylogenetic analysis using either MrBayes (Bayesian Phylogeny) or FastTree (Maximum Likelihood).\n   - Supports both DNA and Protein sequences.\n   - The app handles input alignments in FASTA or Nexus format.\n   - Generates a phylogenetic tree and visualizes it using FigTree.\n### User-Friendly Interface\n   - The app offers a tabbed interface for easy navigation between different analysis functions. \n### Installation Instructions\n**1. Python Environment** - Requires [Python 3](https://www.python.org/) environment and so ensure you have installed it on your computer.  \n\n```shell\npip install SATO\n```\n**2. SATO uses the following programs:**\n- [Clustal Omega](http://www.clustal.org/omega/) and/or [MAFFT](https://mafft.cbrc.jp/alignment/software/) for sequence alignment\n- [MrBayes](https://nbisweden.github.io/MrBayes/) and/or [FastTree](http://www.microbesonline.org/fasttree/) for phylogenetic analysis\n- [SeaView](https://evomics.org/resources/software/bioinformatics-software/seaview/) and/or [Jalview](https://www.jalview.org/) for visualization and analysis of multiple sequence alignment and [FigTree](http://tree.bio.ed.ac.uk/software/figtree/) for  isualization and analysis of phylogenetic trees.  \n\nEnsure that they are all installed on your computer\n\n### Usage\nAfter installation, open the terminal (linux or macOS) or command prompt (windows) and type **sato**, then press **Enter** to launch SATO's GUI\n\n## Standalone\nThere is also a standalone executable at [SATO v0.1.1](https://github.com/clabe-wekesa/SATO/releases/tag/v0.1.1)  \nAfter extracting, double-click on the executable to launch the GUI\n\n### Acknowledgment\n1. Huelsenbeck, J. P., & Ronquist, F. (2001). MRBAYES: Bayesian inference of phylogenetic trees. Bioinformatics, 17(8), 754-755.\n2. Price, M. N., Dehal, P. S., & Arkin, A. P. (2009). FastTree: computing large minimum evolution trees with profiles instead of a distance matrix. Molecular biology and evolution, 26(7), 1641-1650.\n3. Sievers, F., Wilm, A., Dineen, D., Gibson, T. J., Karplus, K., Li, W., Lopez, R., McWilliam, H., Remmert, M., S\u00f6ding, J., Thompson, J. D., & Higgins, D. G. (2011). Fast, scalable generation of high-quality protein multiple sequence alignments using Clustal Omega. Molecular systems biology, 7, 539. https://doi.org/10.1038/msb.2011.75\n4. Katoh, K., Misawa, K., Kuma, K., & Miyata, T. (2002). MAFFT: a novel method for rapid multiple sequence alignment based on fast Fourier transform. Nucleic acids research, 30(14), 3059\u20133066. https://doi.org/10.1093/nar/gkf436\n5. Rambaut, A. (2009). FigTree. Tree figure drawing tool. http://tree. bio. ed. ac. uk/software/figtree/.\n6. Waterhouse, A., Procter, J., Martin, D.A. and Barton, G.J., 2005. Jalview: visualization and analysis of molecular sequences, alignments, and structures. BMC Bioinformatics, 6(3), pp.1-1.\n7. Gouy, M., Guindon, S., & Gascuel, O. (2010). SeaView version 4: a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular biology and evolution, 27(2), 221-224.\n### Contribution\nShould you notice a bug, please let us know through issues in the, [GitHub Issue Tracker](https://github.com/clabe-wekesa/SATO/issues)\n\n### Author\n[Dr. Clabe Wekesa](https://www.ice.mpg.de/246268/group-members), [Dr. Patrick Okoth](https://mmust.ac.ke/staffprofiles/index.php/dr-patrick-okoth) and [Prof. John Muoma](https://mmust.ac.ke/staffprofiles/index.php/prof-john-vincent-omondi-muoma)\n \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package that generates consensus sequence from the forward and reverse sequences, performs multiple sequence alignment of the fasta sequences, and generates phylogenetic trees using Bayesian and Maximum Likelihood Methods",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/clabe-wekesa/SATO"
    },
    "split_keywords": [
        "consensus",
        " alignment",
        " phylogenetics",
        " bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bb22a8206882ac407df2f00c1b0fc6802934b4b69e50d17887b79027d5f3284",
                "md5": "9abf93d235570835958c413d5c5356b7",
                "sha256": "392584180ccb21a2f21c4bafa8fed64d0cd6133c9e6e0016fdba1c5e04b310ec"
            },
            "downloads": -1,
            "filename": "SATO-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9abf93d235570835958c413d5c5356b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 249765,
            "upload_time": "2024-04-29T18:51:30",
            "upload_time_iso_8601": "2024-04-29T18:51:30.034642Z",
            "url": "https://files.pythonhosted.org/packages/9b/b2/2a8206882ac407df2f00c1b0fc6802934b4b69e50d17887b79027d5f3284/SATO-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf81bc503169959e04e148d84e211909aa1046a8c37018f180d33d991e9437e0",
                "md5": "94ddf65fb7202f34850af000b98609ff",
                "sha256": "039f65a268daa81a46604d7a4f7bea90deea43ba01fd13bf6fcc1dfa8187d7ad"
            },
            "downloads": -1,
            "filename": "SATO-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "94ddf65fb7202f34850af000b98609ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 253205,
            "upload_time": "2024-04-29T18:51:32",
            "upload_time_iso_8601": "2024-04-29T18:51:32.588043Z",
            "url": "https://files.pythonhosted.org/packages/cf/81/bc503169959e04e148d84e211909aa1046a8c37018f180d33d991e9437e0/SATO-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 18:51:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clabe-wekesa",
    "github_project": "SATO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sato"
}
        
Elapsed time: 0.37466s