selex.getRound0: Obtain round zero sample handle

Description Usage Arguments Value Examples

View source: R/SELEX.R

Description

A function used to return the sample handle of the round zero file associated with the input sample.

Usage

1

Arguments

sample

A sample handle.

Value

selex.getRound0 returns a sample handle to the corresponding round zero file. The latter needs to be defined in the annotation table. If not, an error will be generated.

Examples

1
2
3
4
5
6
7
#Show currently visible samples
selex.sampleSummary()

#Return the matched roound zero file
r2 = selex.sample(seqName='R2.libraries', sampleName='ExdHox.R2', round=2)
r0 = selex.getRound0(r2)
selex.getAttributes(r0)

SELEX documentation built on Nov. 8, 2020, 5:22 p.m.