Skip to content

Does input_table.py script for kallisto to concoct assume 200bp reads? #8

@franciscozorrilla

Description

@franciscozorrilla

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions