Learn R Programming

SELEX (version 1.4.0)

selex.getAttributes: Display sample handle properties

Description

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.

See Also

selex.defineSample, selex.loadAnnotation, selex.sample, selex.sampleSummary

Examples

Run this code

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

Run the code above in your browser using DataLab