The repository is dedicated to providing simple solutions to the most common bioinformatics analysis requirements.
The scripts available :
- generateReverseComplement.py - to find the reverse complement of a DNA sequence
- identifyGenesofInterest.py - to find genes/transcripts present in a count matrix datafile in gene/transcript annotation file
- normalizeCountMatrix.py - to scale count matrix data (based on DESeq2's scaling algorithm)
- readGFFtoDataframe.py - to convert a GFF/GFF3 file into a csv file format