Skip to content

Releases: stjude/BAM2GFF

BAM2GFF-v1.2.2

30 Jun 22:06
74acc22
Compare
Choose a tag to compare

minor update:

  • changed ordering method to "position weighted summation" (PWS) and moved to Rscript (potentially fixed banding in the heatmap)
    PWS weights the bins based on their location in the matrix, where the farthest bin from the matrix midpoint are weighted the highest and the weight decreases as it approaches the middle of the matrix in either direction.

BAM2GFF-v1.2.1

15 Aug 14:18
Compare
Choose a tag to compare

minor update:

  • x-axis for heatmap plots
  • changed heatmap.3 to heatmap.4
    heatmap.4 version update:
    • added x-axis on heatmap plots for promoters & genebody (xoption)
    • removed trace
    • added "pdftools" R package to convert heatmap.pdf to heatmap.png and heatmap.jpg

BAM2GFF-v.1.2.0

21 Apr 23:59
2820f5c
Compare
Choose a tag to compare

BAM2GFF_gtftogenes.py
- module change: optparse => argparse
- variable flank distance, default is 2kb
- docstrings
- removed options.feature
- processes both gtf & gff(gff3)
BAM2GFF_plots.R
- added command line args(optparse)
- changed plot x-axis to genomic distance in kb

python2 to python3

17 Oct 21:48
929954e
Compare
Choose a tag to compare

python2 to python3
+ gtftogenes script
+ density plots
+ heatmaps
+ reorganization