STRINGTIE(1) | User Commands | STRINGTIE(1) |
stringtie - assemble short RNAseq reads to transcripts
StringTie v2.1.6 usage:
stringtie <in.bam ..> [-G <guide_gff>] [-l <prefix>] [-o <out.gtf>] [-p <cpus>]
Assemble RNA-Seq alignments into potential transcripts. Options:
--version : print just the version at stdout and exit
--conservative : conservative transcript assembly, same as -t -c 1.5 -f 0.05
--mix : both short and long read data alignments are provided
--rf : assume stranded library fr-firststrand
--fr : assume stranded library fr-secondstrand
-G reference annotation to use for guiding the assembly process (GTF/GFF3)
--ptf : load point-features from a given 4 column feature file <f_tab>
-o output path/file name for the assembled transcripts GTF (default: stdout)
-l name prefix for output transcripts (default: STRG)
-f minimum isoform fraction (default: 0.01)
-L long reads processing; also enforces -s 1.5 -g 0 (default:false)
-R if long reads are provided, just clean and collapse the reads but
-m minimum assembled transcript length (default: 200)
-a minimum anchor length for junctions (default: 10)
-j minimum junction coverage (default: 1)
-t disable trimming of predicted transcripts based on coverage
-c minimum reads per bp coverage to consider for multi-exon transcript
-s minimum reads per bp coverage to consider for single-exon transcript
-v verbose (log bundle processing details)
-g maximum gap allowed between read mappings (default: 50)
-M fraction of bundle allowed to be covered by multi-hit reads (default:1)
-p number of threads (CPUs) to use (default: 1)
-A gene abundance estimation output file
-E define window around possibly erroneous splice sites from long reads to
-B enable output of Ballgown table files which will be created in the
-b enable output of Ballgown table files but these files will be
-e only estimate the abundance of given reference transcripts (requires -G)
--viral : only relevant for long reads from viral data where splice sites
-x do not assemble any transcripts on the given reference sequence(s)
-u no multi-mapping correction (default: correction enabled)
-h print this usage message and exit
With this option StringTie will assemble transcripts from multiple input files generating a unified non-redundant set of isoforms. In this mode the following options are available:
Error: no input file provided!
This manpage was written by Nilesh Patra for the Debian
distribution and
can be used for any other usage of the program.
June 2021 | stringtie 2.1.6+ds |