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

Output files #11

Open
mi3112 opened this issue Dec 8, 2020 · 1 comment
Open

Output files #11

mi3112 opened this issue Dec 8, 2020 · 1 comment

Comments

@mi3112
Copy link

mi3112 commented Dec 8, 2020

Hi John

I'm trying to filter out unitigs associated with antibiotic resistance. I used unitig-counter but I am not sure what output file I should use to use pyseer later. Could you specify the use of the files: unitigs.txt.gz and unitigs.unique_rows.Rtab?

@johnlees
Copy link
Member

johnlees commented Dec 8, 2020

You can use either. Typically I'd recommend using --kmers unitigs.txt.gz with pyseer (just make sure it is gzipped as noted mgalardini/pyseer#132).

But you can also use --pres unitigs.unique_rows.Rtab. The output is a little more difficult to interpret as you need to refer to the unique rows to unitigs mapping to get the sequences back, which is why I'd recommend the above. This file is non-redundant, and can be useful for computing the multiple testing threshold.

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

2 participants