Initial commit
This commit is contained in:
18
R/primers.R
Normal file
18
R/primers.R
Normal file
@@ -0,0 +1,18 @@
|
||||
#'@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>'
|
||||
|
||||
}
|
Reference in New Issue
Block a user