Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/miniprot-analyzer

miniprot protein analyzer
https://github.com/applicativesystem/miniprot-analyzer

bioinformatics genome-analysis genome-annotation protein-alignment protein-alignments protein-sequences

Last synced: 7 days ago
JSON representation

miniprot protein analyzer

Awesome Lists containing this project

README

        

# miniprot-protein-alignments

- a miniprot alignments to get the alignment ranges for the protein alignments that were done to generate the hints.
- generate the tabulated table for the length preparation.
- Run the miniprot as the following. The function below ill map the length so that you can map the aligned length to the plotter.

```
./miniprot --gff test/DPP3-hs.gen.fa.gz test/DPP3-mm.pep.fa.gz > aln.gff
miniprotalignment("/home/gaurav/Desktop/aln.gff", splicetype="mRNA")
mRNA = miniprotalignment("/home/gaurav/Desktop/aln.gff", splicetype="mRNA")
length = [i[1]int(i[1][1]) - int(i[1][0]) for i in mRNA]
sns.plot(length)
```
Gaurav Sablok \
University of Potsdam \
Potsdam,Germany