You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the opportunity to test the "cluster alignments EXPERIMENTAL"'option in IGV version 2.19.1, and I found it very interesting to use.
My question is :
Is there a way to reproduce it in command line from a bam file, and to split clusters results by several FASTQ?
Or is there a way to know better how does the clustering work, directly from the bam?
Many thanks in advance for your answer.
Best regards,
Boris
The text was updated successfully, but these errors were encountered:
In brief, from memory, it goes something like this.
Determine SNP positions for the region in view. I think the rule for a SNP position is the same rule used to assign color to the coverage track, that is positions with a count of mismatch to reference > some threshold
Assign labels to each alignment from the base values at the snp position
Compute pairwise distance between each alignment label. I don't recall the metric here, its in the code, but some kind of string similarity metric.
Cluster alignments into N classes based on the distances from 3. N is supplied by the user.
Hello,
I had the opportunity to test the "cluster alignments EXPERIMENTAL"'option in IGV version 2.19.1, and I found it very interesting to use.
My question is :
Is there a way to reproduce it in command line from a bam file, and to split clusters results by several FASTQ?
Or is there a way to know better how does the clustering work, directly from the bam?
Many thanks in advance for your answer.
Best regards,
Boris
The text was updated successfully, but these errors were encountered: