inst/extdata/leafviz2table.R

#!/usr/bin/env Rscript
args = commandArgs(trailingOnly=TRUE)
load(args[1])
write.table(introns, file=args[2], quote=FALSE, row.names=FALSE, sep="\t")

Try the GeneStructureTools package in your browser

Any scripts or data that you put into this service are public.

GeneStructureTools documentation built on Nov. 8, 2020, 6:04 p.m.