Description Usage Arguments Details Value See Also Examples
View source: R/get_all_combinations.R
Finds the exhaustive set of compatible barcode combinations.
1 | get_all_combinations(index_df, mplex_level, platform)
|
index_df |
A dataframe containing barcodes identifiers, corresponding DNA sequences along with GC content and presence of homopolymers. |
mplex_level |
The number at which the barcodes will be multiplexed. Illumina recommends to not multiplex more than 96 libraries. |
platform |
An integer representing the number of channels (1, 2, 4) of the desired Illumina platform: 1 for iSeq; 2 for NextSeq, NovaSeq, MiniSeq; 4 for HiSeq and MiSeq. 0 represents any other platform than Illumina. |
Be aware that the total number of combinations may become prohibitively large for large barcode sets and large multiplexing numbers.
A matrix containing the identifiers of compatible barcode combinations.
1 | get_all_combinations(DNABarcodeCompatibility::IlluminaIndexes, 2, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.