We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when weight_model=='s'
lib/json_format.py
gene_ID[j]][1]/highest_score
gene_info_dict[gene_dict[gene_ID[j]][0]] = {'Rank':str(rank_ave) , 'gene_id':str(gene_ID[j]),'score':str( float(gene_dict[gene_ID[j]][1]/highest_score)), 'status':gene_dict[gene_ID[j]][2]}
lib/output.py
gene_dict[gene_symbols[j]][1]
output_file.write(str(rank_ave) + "\t" + gene_dict[gene_symbols[j]][0] + "\t" + str(gene_dict[gene_symbols[j]][-1]) + "\t" + str( gene_dict[gene_symbols[j]][1] ) + "\t" + gene_dict[gene_symbols[j]][2] + "\n" )
one has highest_score, another not. I think it's a bug.
The text was updated successfully, but these errors were encountered:
by the way, what's the phen2gene's relationship with phen2gene2?
Sorry, something went wrong.
No branches or pull requests
when weight_model=='s'
lib/json_format.py
, the score isgene_ID[j]][1]/highest_score
lib/output.py
, the score isgene_dict[gene_symbols[j]][1]
one has highest_score, another not.
I think it's a bug.
The text was updated successfully, but these errors were encountered: