Skip to content

Releases: HanyangBISLab/pXg

pXg v2.4.1

13 Mar 15:00
Compare
Choose a tag to compare

Updates

  • Added an option to select raw read count or normalized read count (i.e., RPHM, read-per-hundread-million). RPHM is the preferred choice when analyzing multiple BAM files, and it is set as the default.
  • Added an option to print target-only results, which is useful for assigning read counts to confident peptides (e.g., those already verified by database search).
  • Implemented a new function to build a database from FASTA files and pXg results. This functionality is available in "BuildSequenceDB.jar." The potential applications of this database are still being explored.

Full Changelog: v2.4.0-2024-12-10...v2.4.1-2025-03-13

pXg v2.4.0

10 Dec 23:34
Compare
Choose a tag to compare

Updates

  • Some of parameter names were changed.
  • "mode" parameter was changed to indicate strandedness.
    • Six-frame translation is used only for "none-strandedness."
    • In the paired-ends, it automatically determines the strandedness.
    • In the single-end, a user must specify a strandedness.
  • Several columns were changed.
    • "InferredPeptide" presents not only the translated sequence but also the PTM annotation.
    • Length feature was introduced in PIN format
    • "MainScore" was changed to "Score" in PIN format

TODO

  • Automatic determination of strandedness in a single-end dataset

Full Changelog: v2.3.2-2024-09-09...v2.4.0-2024-12-10

pXg v2.3.2

09 Sep 14:20
Compare
Choose a tag to compare
  • Deal with "NULL" transcript or gene information in GTF file, particularly from Ensembl.

Full Changelog: v2.3.1-2024-07-29...v2.3.2-2024-09-09

pXg v2.3.1

29 Jul 14:40
Compare
Choose a tag to compare
  • Report flank sequences, which are calculated by a frequency-based method.
  • Do not report full RNA-seq sequences (unknown.seq) for unknown event of decoy matches.
  • Do not write SAM file for decoy matches.
  • Remove a debugging-purpose annotation in transcriptIDs column.

Full Changelog: v2.3.0-2024-05-15...v2.3.1-2024-07-29

pXg v2.3.0

22 May 01:18
Compare
Choose a tag to compare
  • Now it can deal with multiple SAM/BAM files as input. Read count for each SAM/BAM file is written at the end of the column.
    The sum of reads from multiple SAM/BAM files is written in "Reads" column.
  • To reduce memory usage, matched nucleotide sequences are indexed.

Full Changelog: https://github.com/HanyangBISLab/pXg/commits/v2.3.0-2024-05-15