You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the function 'snpsea-heatmap', it always shows 'TypeError: ("make_label() missing 3 required positional arguments: 'pvalue', 'nu 'occurred at index 53'', Even when I am using the data from the example.
I changed the code 'def make_label(condition, pvalue, nulls, reps):'in line74 into
By the way, I also want to ask whether the datasets used in this software, such as Lango2010.txt.gz , NCBIgenes2013.bed.gz and TGP2011.bed.gz is mapped to GRCh37/hg19? Cause I noticed that your SNP sets are all mapped to hg19.
When I use the function 'snpsea-heatmap', it always shows 'TypeError: ("make_label() missing 3 required positional arguments: 'pvalue', 'nu 'occurred at index 53'', Even when I am using the data from the example.
I changed the code
'def make_label(condition, pvalue, nulls, reps):
'in line74 intoand solved this problem
The text was updated successfully, but these errors were encountered: