Description Usage Arguments Value Author(s) References See Also Examples
Function calculates EUC's for each number of observed barcodes accounting for differential ligation probability of different barcodes. Function k2n_calc() writes file with a vector in which an i-th element is an estimated unique count given observing i unique barcodes.
1 | k2n_calc(merged_file, unique_barcode_file, output_file)
|
merged_file |
path to merged_temp file containing 4 column: 1) RNAid, 2) Start, 3) End, 4) Barcode sequence (required) |
unique_barcode_file |
character with path to unique_barcode file (required) |
output_file |
name of a file to be generated (if specified [recommended] function will write a file, if not - function will return a vector) |
If output_file specified function writes a file, if not - returns a vector.
Lukasz Jan Kielpinski, Nikos Sidiropoulos
Kielpinski, L.J., and Vinther, J. (2014). Massive parallel-sequencing-based hydroxyl radical probing of RNA accessibility. Nucleic Acids Res.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.