Description Usage Arguments Value Examples
countPositionHelp
is a help function for countNonExon
. It
takes the data frame and analyze the number of non-exon sequences on a
specific place in reference sequences.
1 | countPositionHelp(informationdf)
|
informationdf |
the data frame that store the reads and reference
information for funciton to analyze. Should compute from
|
A list of lists with order of reference sequences name, aligned index on reference sequence, number of aligned reads on the spot.
1 2 3 4 5 6 7 8 9 | readsFile <- system.file("extdata/testdata", "RRHreads.fasta",
package = "nonexonmap")
transcriptsFile <- system.file("extdata/testdata", "RRHtranscript.fasta",
package = "nonexonmap")
## Not run:
dataFrame <- findNonExon(readsFile, transcriptsFile)
countPositionHelp(dataFrame)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.