You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than truly random synthesis, there are semi-random barcode libraries that adhere to a given structure (e.g. clonTracer). In such cases, the ability to provide constrained barcode templates could be convenient.
Of course, the user could just generate them themselves and feed them to choices in the appropriate function with something like:
Hm. Well, for your immediate problem, matrixOfRandomBarcodes will just report what it finds, so you might as well resolve ambiguous codes outside of the function. Helper functions notwithstanding, I'd be doing the same.
In the more general case, the various functions that use a known barcode pool could be modified to accept IUPAC codes in the barcodes. It's not too hard, but it's not a simple change, either, so I don't have a time frame for that.
Rather than truly random synthesis, there are semi-random barcode libraries that adhere to a given structure (e.g. clonTracer). In such cases, the ability to provide constrained barcode templates could be convenient.
Of course, the user could just generate them themselves and feed them to
choices
in the appropriate function with something like:But what's the fun in that, really? Probably simpler ways to do it, I am not great with
Biostrings
.The text was updated successfully, but these errors were encountered: