- Key parameters:
- Start/Stop:
- “-s”,“—start_codon”,default=”ATG”
- “-S”,“—stop_codon”,default=”TAA,TAG,TGA”,
- Minimum ORF length
- “-m”,“—min-AA-length”,dest=”min_AA_length”,default=”20”
- Reads filtering
- 5
- Specific cutoff
- Start/Stop:
- 0-based or 1-based
- 1-based
- ORF_tstart, ORF_tstop: the start and end position of ORF relative to its transcript (1-based coordinate)
- ORF_gstart, ORF_gstop: the start and end position of ORF in the genome (1-based coordinate)
- pval_frame0_vs_frame1: significance levels of P-site densities of frame0 greater than of frame1
- pval_frame0_vs_frame2: significance levels of P-site densities of frame0 greater than of frame2
- pval_combined: integrated P-value by combining pval_frame0_vs_frame1 and pval_frame0_vs_frame2
- ORF type
- Overlap in annotaion
- Multiple start codons
- “-l”,“—longest-orf”,dest=”longest_orf”,choices=[“yes”,“no”],default=”yes”