selex.saveAnnotation: Save sample annotations to file

Description Usage Arguments Details Value See Also Examples

View source: R/SELEX.R

Description

A function used to save sample metadata visible to the current SELEX session in a sample annotation file.

Usage

1

Arguments

filePath

Location on disk to create the sample annotation file. The full system path must be specified.

Details

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.

Value

Not applicable

See Also

selex.defineSample, selex.loadAnnotation, selex.sampleSummary

Examples

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"))

SELEX documentation built on Nov. 8, 2020, 5:22 p.m.