Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About mashmap out #9

Open
jhtrujillo opened this issue Apr 13, 2018 · 5 comments
Open

About mashmap out #9

jhtrujillo opened this issue Apr 13, 2018 · 5 comments

Comments

@jhtrujillo
Copy link

Is there a manual to understand the output of the program?

@cjain7
Copy link
Contributor

cjain7 commented Apr 13, 2018

Hi, as the README file says:

The output is space-delimited with each line consisting of query name, length, 0-based start, end, strand, target name, length, start, end and mapping nucleotide identity (estimate).

This is somewhat similar to the PAF output format used by minimap.

@reachsagaya
Copy link

Hi,
Iam using mashmap to compare recently assembled plant genomes. The genome Iam using has very high repeat content. Here is my code that Iam using:

mashmap -r ref.fa -q newassembly.fa --pi 100 -s 10000 -k 20 -f map -t 14
generateDotPlot png medium mashmap.out

Attached is my .png file. I see density of dots decreases as I move from chr1 to chr 9. How do I reduce the background noise and get a cleaner plot. Let me know if Iam missing something.

best regards
Sagaya
out

@cjain7
Copy link
Contributor

cjain7 commented Oct 14, 2019

Hi, perhaps you can try using the one-to-one filter to avoid reporting paralogous matches. That would be -f one-to-one.

@reachsagaya
Copy link

Hi Chirag,

I did try both -f one-to-one and -f map. Both gives me almost similar results.

best regards
Sagaya

@cjain7
Copy link
Contributor

cjain7 commented Oct 15, 2019

I see, did you also try increasing the minimum length cutoff, .. -s, that would get rid of smaller matches..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants