ExonQuant | R Documentation |
This function groups reads by either the celltype or cell-barcode to count inclusion and exclusion of exons. Inputs to this function are based on previous preprocessing steps
For ONT data we recomment https://github.com/ablab/IsoQuant which allows for non-exact splice-site matching
ExonQuant( allInfoFile = "LongReadInfo/AllInfo_IncompleteReads.gz", groupingFactor = "Celltype", threshold = 10, numThreads = 4 )
allInfoFile |
file containing barcode, celltype, and exon information per read. Defaults to output of the InfoPerLongRead function |
groupingFactor |
"Celltype" or "Barcode" to group reads by for counting inclusion levels. Defaults to Celltype |
threshold |
minimum number of reads per grouping factor in order to consider that exon to be sufficiently expressed. Defaults to 10 |
threads |
number of threads to parallelize the function. Defaults to 4 |
ExonQuantOutput/InclusionExclusionCounts.tsv
MapAndFilter
InfoPerLongRead
https://github.com/ablab/IsoQuant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.