View source: R/InfoPerLongRead.R
InfoPerLongRead | R Documentation |
Function to concatenate all the information per read, i.e gene-name, cellular barcode, UMI, cell-type information, and isoform information into one file. Isoform information includes a string separated list of introns, Cage and PolyA peak information if available, and a string separated list of exons. AllInfo contains the list of complete and full-length mapped, spliced, and barcoded reads. AllInfo_Incomplete is a superset of the above, and also contains reads that are not classified as complete based on Cage/PolyA data. The function also outputs basic stats such as number of reads/ genes/ UMIs per cellular barcode
InfoPerLongRead( barcodeOutputFile, mapAndFilterOut, minTimesIsoObserve = 5, rmTmpFolder = TRUE )
barcodeOutputFile |
.csv file containing barcode and cell-type information
per read from the output of |
mapAndFilterOut |
output directory of the mapping function. If full-length reads have been filtered using CAGE and PolyA site peaks, then it defaults to that output, else it uses the canonically spliced full-length reads |
minTimesIsoObserve |
minimum number of times an isoform is observed in the dataset. Defaults to 5 |
rmTmpFolder |
Logical indicating whether you want to delete contents of the pre-processing folder. Defaults to TRUE |
MapAndFilter
GetBarcodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.