Create subsampled bam files and fasta index files for igv.js instances.
1 2 3 4 5 6 7 8 | createIgvJsFiles(
reference,
bamfile,
outdir,
paired = FALSE,
sampleSize = 100,
...
)
|
reference |
The reference fasta file used for mapping |
bamfile |
The bamfile which should be viewed in IGV.js |
... |
Additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.