Skip to content

one2all/new2all output counts for common k-mers between multiple db-samples #12

@mihkelvaher

Description

@mihkelvaher

Hi!

The one2all/new2all give this information about the intersection sizes with a new sample:
s1: 100/150
s2: 200/300
s3: 50/1000
...

Is there any way to get more detailed information showing common k-mers? For example, given these counts, I have no idea if the 50 k-mers seen in s3 are also present in s1 or s2.
The preferred output would be something like this:
s1: 50/50
s2: 200/300
s3: 0/900
s1 AND s3: 50/100
...

This can be achieved by creating all of the intersections beforehand, but looking at the kmer-db database structure, I was hoping to skip that step.

Regards,
Mihkel

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions