A function used to output sample handle's sequencing run name, sample name, round, left and right barcode, file path, and variable region length of the sample handle.
Usage
selex.getAttributes(sample)
Arguments
sample
A sample handle.
Value
selex.getAttributes returns a data frame containing the sequencing run name, sample name, round, left and right barcode, file path, and variable region length of the sample handle.
# Create a sample handler0 = selex.sample(seqName="R0.libraries", sampleName="R0.barcodeGC", round=0)
# Use the sample handle to display sample propertiesselex.getAttributes(r0)