Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sometimes * column is nan instead of 0 #10

Open
inodb opened this issue Jun 23, 2015 · 0 comments
Open

Sometimes * column is nan instead of 0 #10

inodb opened this issue Jun 23, 2015 · 0 comments

Comments

@inodb
Copy link
Owner

inodb commented Jun 23, 2015

It seems like this is causing another bug in the val_maf column where values can be 0, 0.0 or nan

|---------+-------+-----------+-----+-----+----+----+-----+----+-----+-----+-----+---------+---------+-------------+--------------+-----------------+
|  sample | chrom | pos       | ref | cov | A  | C  | G   | T  | *   | -   | +   | val_ref | val_alt | val_al_type | val_al_count | val_maf         |
|---------+-------+-----------+-----+-----+----+----+-----+----+-----+-----+-----+---------+---------+-------------+--------------+-----------------+
|  AS3T   | X     | 114424753 | G   | 0   | 0  | 0  | 0   | 0  | 0   | nan | nan | G       | A       | snv         | 0            | nan             |
|  AS3T   | 10    | 75567910  | C   | 27  | 0  | 27 | 0   | 0  | 0   | nan | nan | C       | A       | snv         | 0            | 0.0             |
|  AS3T   | 17    | 15468953  | G   | 0   | 0  | 0  | 0   | 0  | nan | nan | nan | G       | A       | snv         | 0            | 0               |
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant