Description Usage Arguments Value Author(s) Examples
Construct a tagMepprExperiment-object from a tagmap-sample.
1 | newTagMeppr(F1, F2, R1, R2, name, protocol = "PiggyBac")
|
F1 |
The path to forward_R1.fastq.gz. |
F2 |
The path to forward_R2.fastq.gz. |
R1 |
The path to reverse_R1.fastq.gz. |
R2 |
The path to reverse_R2.fastq.gz. |
name |
The name of the sample. |
protocol |
Either PiggyBac or SleepingBeauty are supported, but other protocols are allowed. |
A tagMepprSample-object with the following slots:
The path of forward_R1.fastq.gz.
The path of forward_R2.fastq.gz.
The path of reverse_R1.fastq.gz.
The path of reverse_R2.fastq.gz.
The name of the sample.
The name of the protocol.
Flag for checkPrimer().
Robin H. van der Weide, r.vd.weide@nki.nl
1 2 3 4 5 6 7 8 9 | ## Not run:
C9 = newTagMeppr(F1 = 'clone9_FWD_R1.fq.gz',
F2 = 'clone9_FWD_R2.fq.gz',
R1 = 'clone9_REV_R1.fq.gz',
R2 = 'clone9_REV_R2.fq.gz',
name = "clone9",
protocol = 'PiggyBac')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.