Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 833 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 833 Bytes

seqlenplot

Script to print a comparison of protein and transcript length using two files from infoseq.

Usage

Usage: seqlenplot.R [options]


Options:
	-h, --help
		Show this help message and exit

	-t TRANSCRIPT, --transcript=TRANSCRIPT
		File 1 with infoseq transcript sequence lengths.

	-p PROTEIN, --protein=PROTEIN
		File 2 with infoseq protein sequence lengths.

	-x XLAB, --xlab=XLAB
		X label for plot. [default 'Transcript Length (bp)']

	-y YLAB, --ylab=YLAB
		Y label for plot. [default 'Protein Length (codons)']

	-o OUTPUT, --output=OUTPUT
		Output file for plot.

Example plots