Description Usage Details Value Functions Examples
Contains BAM files and indices for example use in MMAPPR2. The data is artificial, meant to simulate sequencing of the zebrafish slc24a5 gene in mutant and wild-type pools resulting from the cross of a novel mutant from a forward genetics screen with a wild-type line, as described in Hill et al. 2013.
1 2 3 4 5 6 7 |
Besides BAM files and indices, the package also contains fasta and gtf files for just the region of the slc24a5 gene, which are also used in demonstrating MMAPPR2's functionality. They are based on the GRCz11 assembly and were obtained from Ensembl version 95.
A BamFile
object referencing
a BAM file and its index.
A BamFile
object referencing
a BAM file and its index.
A path to the bgzipped slc24a5 fasta file
The path to the bgzipped GFF file
exampleMutBam
: Easy access to example mutant pool BAM file.
exampleWTbam
: Easy access to example wild-type pool BAM file.
goldenFasta
: Easy access to example fasta file for slc24a5 gene.
goldenGFF
: Easy access to example GFF file for slc24a5 gene.
1 2 3 4 | mutFile <- exampleMutBam()
wtFile <- exampleWTbam()
goldenFasta <- goldenFasta()
goldenGFF()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.