Description Usage Arguments Value Examples
gsq2bed
converts aligned cDNA data (in .gsq format)
to BED format, extracting the 5'-most base.
1 2 3 4 |
gsqFile |
a path to the gsq (GeneSeqer) output file (class character) |
outfile |
the name (class character) of the BED file to be written (default is "gsqOut.bed") |
a BED file containing a list of the 5'-most base from each of the alignments contained in the GeneSeqer (.gsq) output file is written to the user's working directory.
1 2 3 | extdata.dir <- system.file("extdata", package="TSRchitect")
tssObjectExample <- gsq2bed(gsqFile=paste(extdata.dir,"AtEST.gsq",sep="/"),
outfile="")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.