Description Usage Arguments Value Author(s) Examples
Align reads on the hubrid reference genome.
1 2 |
exp |
The tagMeppr-object of a sample. |
ref |
A reference object of |
cores |
The number of threads used in the mapping-stage. |
dedup |
Remove suspected PCR-duplicates? |
empericalCentre |
The location of the center of the inserted sequence in the transposon.fa. This is needed to find the orientation of the insertion. Can be T, F or numeric:
|
BWA_path |
A string to the complete BWA-path. |
samtools_path |
A string to the complete samtools-path. |
verbose |
Do you want a more chatty function? |
The object will be updated with the following slots:
The path to the folder of BAM-files
The name of the transposon in the hybrid reference
The seqinfo of the hybrid reference
GenomicAlignments of the mapping of forward reads
GenomicAlignments of the mapping of reverse reads
Granges-oject with informative forward reads
Granges-oject with informative reverse reads
The used position of the middle of the insertion
Robin H. van der Weide, r.vd.weide@nki.nl
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
reference_hg19_PB = makeIndex(indexPath = '/home/A.Dent/analysis42/',
bsgenome = 'BSgenome.Hsapiens.UCSC.hg19',
ITR = 'PiggyBac')
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')
align(exp = C9, ref = reference_hg19_PB, cores = 30, empericalCentre = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.