Description Usage Arguments Details Value See Also Examples
A function used to save sample metadata visible to the current SELEX session in a sample annotation file.
1 | selex.saveAnnotation(filePath)
|
filePath |
Location on disk to create the sample annotation file. The full system path must be specified. |
A sample annotation file is an XML file that acts as a database storing metadata for different SELEX experiments. selex.saveAnnotation
provides a convenient way to permanently store manually entered sample information using selex.defineSample
. For more information on the XML format used to store the information, see selex.loadAnnotation
.
Not applicable
selex.defineSample
, selex.loadAnnotation
, selex.sampleSummary
1 2 3 4 5 | selex.defineSample(seqName='R0.libraries', seqFile=sampleFiles[1],
sampleName='R0.barcodeGC', round=0, varLength=16,
leftBarcode='TGG', rightBarcode='CCAGCTG')
selex.saveAnnotation(paste0(workDir, "sample_annotations.xml"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.