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
Not necessarily an overt issue with chewBBACA's implementation, but I have a query around some potentially spurious results. I'm having issues whereby everything I run through the AlleleCall module is coming back as a novel cgST. I've adapted the Brucella spp. scheme available from BIGSdb/PubMLST and I'm using the allele profiles available from the same location.
I thought it would be useful to benchmark chewBBACA, before running any of my own isolates through it, by downloading publicly available genomic assemblies, with assigned cgSTs (listed on PubMLST so they should be robust). However, when running these same assemblies through chewBBACA I return nothing but novel cgSTs.
Any light you can shed on this issue, and why it might be happening, would be greatly appreciated.
Thanks,
Will
The text was updated successfully, but these errors were encountered:
Sorry for the delay. The difference in results you're observing is expected. chewBBACA and BIGSdb/PubMLST do not use the same allele calling algorithm. chewBBACA uses Pyrodigal to predict CDSs and classifies CDSs based on clustering and the BLAST Score Ratio after aligning the translated CDSs and schema alleles with BLASTp. I do not know how the allele caller from BIGSdb/PubMLST works, but it is different. This means that the allele definition, what is an allele, varies between chewBBACA and BIGSdb/PubMLST. I think you'll find the same allele for many loci, but there will be differences for some loci. A single difference is enough to change the allelic profile and, consequently, the cgST. You should identify the same or very similar relationships between strains based on chewBBACA's results; you'll just get a consistent identification of different alleles for some loci. If you know a strain's BIGSdb/PubMLST cgST, you can match the chewBBACA allelic profile to that cgST to know which BIGSdb/PubMLST cgST the allelic profile corresponds to.
I hope this helps answer your question. Let us know if you have further questions.
Hi,
Not necessarily an overt issue with chewBBACA's implementation, but I have a query around some potentially spurious results. I'm having issues whereby everything I run through the AlleleCall module is coming back as a novel cgST. I've adapted the Brucella spp. scheme available from BIGSdb/PubMLST and I'm using the allele profiles available from the same location.
I thought it would be useful to benchmark chewBBACA, before running any of my own isolates through it, by downloading publicly available genomic assemblies, with assigned cgSTs (listed on PubMLST so they should be robust). However, when running these same assemblies through chewBBACA I return nothing but novel cgSTs.
Any light you can shed on this issue, and why it might be happening, would be greatly appreciated.
Thanks,
Will
The text was updated successfully, but these errors were encountered: