Skip to content

R script to plot a comparison of protein and transcript/DNA length.

Notifications You must be signed in to change notification settings

scastlara/seqlenplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R script to plot a comparison of protein and transcript/DNA length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages