Hello, in my project I would like to just calculate the kmer counts for one side of the reads, read_1.fq.gz, for example.
And then afterwards, I would like to compare kmer.dump across samples, I would like to calculate shared kmers relative to total unique kmers, to this end, considering reverse complement is important, but I found kmc_tools intersect does not consider reverse complemented kmers between samples? Or, I have to do kmer calculation for both reads for each sample, then compare, that is the only way?
Thanks very much.
Hello, in my project I would like to just calculate the kmer counts for one side of the reads, read_1.fq.gz, for example.
And then afterwards, I would like to compare kmer.dump across samples, I would like to calculate shared kmers relative to total unique kmers, to this end, considering reverse complement is important, but I found kmc_tools intersect does not consider reverse complemented kmers between samples? Or, I have to do kmer calculation for both reads for each sample, then compare, that is the only way?
Thanks very much.