Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applicativesystem/paf-plotter
formatting paf output alignments and plotting the paf alignments stats
https://github.com/applicativesystem/paf-plotter
bioinformatics genome-alignment genome-alignments genome-analysis genome-annotation paf protein-alignment protein-alignments
Last synced: 7 days ago
JSON representation
formatting paf output alignments and plotting the paf alignments stats
- Host: GitHub
- URL: https://github.com/applicativesystem/paf-plotter
- Owner: applicativesystem
- License: mit
- Created: 2024-08-21T18:02:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:05:28.000Z (4 months ago)
- Last Synced: 2024-11-10T20:18:15.203Z (about 1 month ago)
- Topics: bioinformatics, genome-alignment, genome-alignments, genome-analysis, genome-annotation, paf, protein-alignment, protein-alignments
- Language: Python
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paf-graphs-plotter
- BUG check ans till some more to code for the final release.
- a paf formatter and plotter for the graph analysis and see the alignment of the miniasm and it uses faster approach for the analysis of the paf alignments and also outputs and extracts the corresponding paf alignments for the graphs.
- use the miniasm for the alignment and generation of the paf formats and then plot the paf alignments with this graph utility.
- A miniasm description of the paf is given here: [miniasm](https://github.com/lh3/miniasm/blob/master/PAF.md).
- I implemented in a way that it is reading the entire PAF alignments into a single dataframe with a single loop keeping the complexity to O(n).```
def pafplotter(paffile = None, \
querychr = None, \
mapping = None, \
lengthplot = "FALSE", \
catplot = "FALSE", \
mapping_quality_plot = "FALSE", \
scatterplot = "FALSE")
```Gaurav \
Academic Staff Member \
Bioinformatics \
Institute for Biochemistry and Biology \
University of Potsdam \
Potsdam,Germany