| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Docker | 2025-09-14 | ||
| plugin | 2025-09-12 | ||
| SimulateData | 2025-09-12 | ||
| README.md | 2025-09-12 | 1.4 kB | |
| Totals: 4 Items | 1.4 kB | 0 |
TransGram is a genome-guided transcriptome reconstruction tool for long RNA-seq reads.
Additional Directories in TransGram
plugin/
This directory contains a simple tool used in the TransGram paper to extract transcripts based on the estimated transcript expression levels from third-party tools. Usage examples:
Getting the IsoQuant transcripts whose count larger than 1
filter_transcripts_based_on_count sample.transcript_model_counts.tsv sample.transcript_models.gtf Filter-1.gtf 1 isoQuant
Getting the Bambu transcripts whose CPM larger than 1
filter_transcripts_based_on_count CPM_transcript.txt extended_annotations.gtf Filter-1.gtf 1 Bambu
Getting the Espresso transcripts whose abundance larger than 1
filter_transcripts_based_on_count samples_N2_R0_abundance.esp samples_N2_R0_updated.gtf Filter-1.gtf 1 espresso
SimulateData/
This directory contains the scripts used for simulated data generation in the TransGram paper.
Docker/
This directory contains both the Docker image and the Singularity image for TransGram. Users can directly download and use the image.
Alternatively, users may install TransGram from source by cloning the TransGram GitHub repository and run:
$ make all release
$ TransGram -b alignment.bam -o transgram_outdir