SimulateBarcode {BisqueRNA} | R Documentation |
Simulate barcode for decomposition illustration
Description
Generates a nucleotide barcode similar to those generated by 10x chromium sequencing platforms for illustration purposes. Generates barcode and individual ID separated by '-' delimiter.
Usage
SimulateBarcode(index, individual, barcode.length)
Arguments
index |
Integer. Index of cell ID from 0 to barcode.length to the fourth power. Will generate a unique nucleotide barcode for each index. |
individual |
Character. ID of individual that the cell is from. |
barcode.length |
Integer. Length of nucleotide barcode. |
Value
Simulated barcode for cell from an individual
[Package BisqueRNA version 1.0.5 Index]