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'm finding differences between kos.parsed.counts.tsv (in results/annotation/$SAMPLE/) and the results of my own script for summing counts annotated per KEGG KO. My script revolves around the following (pandas) lines:
Do you know what could be causing the difference? Is there any additional functionality in the code creating kos.parsed.counts.tsv which could be the cause?
The text was updated successfully, but these errors were encountered:
Many differences seem to be caused by duplicate KOs. For example, the result of my script only has 24 counts for both K11191 and K11192, while yours only includes the latter.
On the other hand, K11189 (with 302 counts) is only included in 'my' result. Also, the number of Unclassified reads differs between the result files.
I'm finding differences between
kos.parsed.counts.tsv
(inresults/annotation/$SAMPLE/
) and the results of my own script for summing counts annotated per KEGG KO. My script revolves around the following (pandas) lines:Do you know what could be causing the difference? Is there any additional functionality in the code creating
kos.parsed.counts.tsv
which could be the cause?The text was updated successfully, but these errors were encountered: