Description Usage Arguments Details Value See Also Examples
A function used to create a sample handle for conveniently referencing visible samples in other SELEX functions.
1 | selex.sample(seqName, sampleName, round, index=NULL)
|
seqName |
Sequencing run name |
sampleName |
Sample name |
round |
Sample round |
index |
Row number of desired sample when using |
A sample is considered ‘visible’ to the current SELEX session when its metadata has been loaded or defined and the sample's sequencing run info name, sample name, and round is displayed when selex.sampleSummary
is called. Alternatively, a row number from selex.sampleSummary
can be used to reference a sample.
A sample handle is an object that contains a reference to one visible sample. This object can be passed to SELEX functions instead of explicitly passing all sample information (such as variable region length, barcodes, round, FASTQ file location, etc).
selex.sample
returns a sample handle object.
selex.defineSample
, selex.getAttributes
, selex.loadAnnotation
, selex.sampleSummary
1 2 | r0 = selex.sample(seqName="R0.libraries", sampleName="R0.barcodeGC", round=0)
r2 = selex.sample(index=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.