Description Usage Arguments Value Author(s) Examples
Plot the read distribution of an insertion.
1 |
exp |
A list or singular instance of tagMeppr-object(s):
first run |
site |
Which insertion should be plotted? |
forceDetail |
Even with more than 1000reds, still use the high-detail version. |
maxReads |
Set the maximum number of reads. If forward and/or reverse exceeds this, they will be downsampled to this number. |
An object of the class ggplot.
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 16 17 18 19 20 | ## 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)
findInsertions(exp = C9, ref = reference_hg19_PB)
plotSite(exp = C9, site = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.