selex.getAttributes {SELEX} | R Documentation |
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.
selex.getAttributes(sample)
sample |
A sample handle. |
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.
selex.defineSample
, selex.loadAnnotation
, selex.sample
, selex.sampleSummary
# Create a sample handle r0 = selex.sample(seqName="R0.libraries", sampleName="R0.barcodeGC", round=0) # Use the sample handle to display sample properties selex.getAttributes(r0)