https://github.com/applicativesystem/go-protein-analyzer
gorotuines for analyzing the protein for the deep learning
https://github.com/applicativesystem/go-protein-analyzer
bioinformatics pdb-files pdb-structure protein-sequences protein-structure
Last synced: 7 months ago
JSON representation
gorotuines for analyzing the protein for the deep learning
- Host: GitHub
- URL: https://github.com/applicativesystem/go-protein-analyzer
- Owner: applicativesystem
- Created: 2024-10-24T12:37:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:52:04.000Z (12 months ago)
- Last Synced: 2024-12-16T02:12:07.339Z (10 months ago)
- Topics: bioinformatics, pdb-files, pdb-structure, protein-sequences, protein-structure
- Language: Go
- Homepage:
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-protein-analyzer
- a go protein analyzer for deep learning.
- A complete package for analyzing the protein PDB files and constructing the protein sequences.
- This is a part of the modeller packages that i am writing for the protein deep learning but these indiviual packages can also be used as stand alone packages.```
╭─gauavsablok@gauravsablok ~/Desktop/go/go-protein-analyzer ‹main●›
╰─$ go run main.go -h
reconstructing the protein from the PDB filesUsage:
protein analyzer [flags]Flags:
-h, --help help for protein
-S, --structure file string pdbfile (default "protein atom file")
exit status 1
╰─$ go run main.go -S test.pdb```
Gaurav Sablok