Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

readout of the output #25

Closed
nzhun opened this issue Dec 14, 2023 · 4 comments
Closed

readout of the output #25

nzhun opened this issue Dec 14, 2023 · 4 comments

Comments

@nzhun
Copy link

nzhun commented Dec 14, 2023

Hi,
can you tell me how to read the output file, especially for the *_genotype.tsv? how to filter this file for true positive calls?

thank you,

@mourisl
Copy link
Owner

mourisl commented Dec 14, 2023

The simplest usage is to in the genotype.tsv file as a dataframe, and get the 3rd and 6th columns if the corresponding 5th and 8th column values are greater than 0.

@nzhun
Copy link
Author

nzhun commented Dec 14, 2023 via email

@mourisl
Copy link
Owner

mourisl commented Dec 14, 2023

These columns are for "gene_name num_diff_alleles allele_1 abundance_1 quality_1 allele_2 abundance_2 quality_2 secondary_alleles". You can find more details in the README at https://github.com/mourisl/T1K?tab=readme-ov-file#inputoutput

@nzhun
Copy link
Author

nzhun commented Dec 15, 2023 via email

@mourisl mourisl closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants