Description Usage Arguments Value Examples
usePosition
form different output file for different purpose of using function positionNonExon
To ensure that the output file of positionNonExon
is in BAM format.
1 | usePosition(purpose)
|
purpose |
output file form to determine the outputFile name, a string. |
a function.
1 2 3 4 5 6 7 | readsFile <- system.file("extdata/testdata", "RRHreads.fasta", package = "nonexonmap")
transcriptsFile <- system.file("extdata/testdata", "RRHtranscript.fasta", package = "nonexonmap")
## Not run:
findNonExon <- usePosition("find")
dataFrame1 <- findNonExon(readsFile, transcriptsFile)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.