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

example for kmer count answer? #8

Open
J-I-P opened this issue Jan 29, 2021 · 0 comments
Open

example for kmer count answer? #8

J-I-P opened this issue Jan 29, 2021 · 0 comments

Comments

@J-I-P
Copy link

J-I-P commented Jan 29, 2021

Hi,
There are my command and result.

./kmer-counter --fasta --k=3 test/kmer.fa --rc
>foo	ACG:1 TAA:2 AAC:1
>bar	CTC:1 GCC:2 GCA:2 AAC:1 CTA:1 AAT:2 TCA:2 AGA:3 CAC:1 AAA:2 GAA:3 CCA:2 TAA:1 CAG:1 ATG:2 CAA:2 CCC:1 AAG:3 GGA:1 AGG:1 GAC:2 ACT:2

Original foo's sequence is TTAACG
Why the kmer=3 of foo is ACG:1 TAA:2 AAC:1 not TTA:1 TAA:1 AAC:1 ACG:1 ?
Is something I get wrong?
Thanks for any advice.

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

1 participant