Hi, I was looking into the above mentioned script (https://github.com/EnvGen/toolbox/blob/master/scripts/kallisto_concoct/input_table.py), and I was wondering about line 31:
kallisto_df['kallisto_coverage_{0}'.format(sample)] = 200*sample_df['est_counts'].divide(sample_df['length'])
Does this assume 200bp reads, and if not, what is the significance of the 200 factor?
Would input tables generated with this script for 100 bp or 150 bp datasets result in unreliable/inaccurate abundance estimates?
Best wishes,
FZ