Description Usage Arguments Value Author(s) Examples
Load a hybrid reference genome
1 | loadIndex(indexPath)
|
indexPath |
The path to the *_tagMeppRindex.fa.gz made by
|
A tagMepprIndex-object with the following slots:
The path to the .fa.gz of hybrid reference genome
The name of the used transposon-system or ITR.fa
A GRanges-object of all target insertion sites.
The targetInsertionSite
The name of the transposon in the hybrid reference
A seqinfo object of all chromosomes in index.
The positions of the N-padding in the ITR-sequence.
Robin H. van der Weide, r.vd.weide@nki.nl
1 2 3 4 5 6 7 8 9 | ## Not run:
reference_hg19_PB = makeIndex(indexPath = '/home/A.Dent/analysis42/',
bsgenome = BSgenome.Hsapiens.UCSC.hg19,
ITR = 'PiggyBac')
# stuff happens and reference_T42 is no longer loaded, so lets load it:
reference_hg19_PB = loadIndex("BSgenome.Hsapiens.UCSC.hg19_PiggyBac_tagMeppRindex.fa.gz")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.