Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/gcbyposition

GC content by position in fastq alignment
https://github.com/alicewriteswrongs/gcbyposition

Last synced: 24 days ago
JSON representation

GC content by position in fastq alignment

Awesome Lists containing this project

README

        

#G/C Content by Base Pair

A short python script to calculate the g/c content for each position in an alignment in fastq format.

This script:
* Reads in a gzipped fq file
* Returns a dictionary with:
* key: position in alignment
* value: proportion of g/c sites at position

I made a change