Files
ROBIBarcodes/R/primers.R

18 lines
392 B
R
Raw Normal View History

2016-01-13 10:23:54 +01:00
#'@include xmlMods.R
#'@import XML
#'
NULL
add.primer.barcodedb = function(barcodedb,
name,
sequence,
coding,
documentation) {
' <primer ID="PR.XXX">
<name>Xxx</name>
<sequence>CGATCGATGCTAGCTAGCTGAT</sequence>
<coding>false</coding>
</primer>'
}