Generate interactive dotplot from MUMmer4 output using plotly
Project description
mummer-idotplot
Generate interactive dotplot from MUMmer4 output using plotly
Installation
$ pip install mummer-idotplot
plotly is required to install.
Usage
When aligning two sequences with MUMmer4, you should set an option -F(force 4 column output format) and -L(show length of query). Also, you should not use -c option, which change output position of match starting position and have bugs.
So for example:
If you have chr1, chr2 in reference.fasta, and contig1, contig2 in query.fasta
$ mummer -maxmatch -F -L -b -l 10 reference.fasta query.fasta > output.mum
$ mummer-idotplot output.mum output.html --ref chr1 chr2 --query contig1 contig2
$ mummer-idotplot output.mum output.html --ref chr1:0:50000 chr2:100:20000 --query contig1 contig2 # you can specify the region to plot
$ open output.html # you'll see dotplot in your browser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mummer-idotplot-0.1.3.tar.gz
(3.3 kB
view details)
File details
Details for the file mummer-idotplot-0.1.3.tar.gz.
File metadata
- Download URL: mummer-idotplot-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da20394c299370a63dc8e3705f1a86cdb366dc3a6757becbacf35c2c0b78dd98
|
|
| MD5 |
3893896a2280ba82026f4d33c55524a4
|
|
| BLAKE2b-256 |
0fa6b76644d0b393fd969b174f5d85df2c124ca281fb70230f33d034d076200b
|