Description Usage Arguments Value See Also Examples
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.
1 |
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
1 2 3 4 5 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.