Description Usage Arguments Value Examples
A function that ouputs two tsv files containing counts of exon combinations
1 | countReads(alnsFile, referencesFile)
|
alnsFile |
The file that store the long-read RNA alignments generated by Minimap2. |
referencesFile |
A file that store reference coordinates of human genes. |
A list of two data frames. Fisrt data frame contains new exon coordinates created and second data frame contains the exon combinations of each read.
1 2 3 4 5 6 7 8 9 | alignments <- system.file("extdata", "mlx_reads.sorted.bam",
package = "LSplicing")
referenceCoord <- system.file("extdata", "example_refCoord.gff3",
package = "LSplicing")
## Not run:
countReads(alns = alignments, refCoord = referenceCoord)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.