Hi All,
I have some questions when I would like to use Selene to do variant effect prediction.
1, I ran the same codes in the variant effect prediction part of the tutorial except setting "use_cuda=False":
This gave me two files: "25k_example_variants_abs_diffs.tsv" and "25k_example_variants_abs_diffs.NA".
The file "25k_example_variants_abs_diffs.tsv" is quite different from your result provided in the example. It has three more columns: "strand", "ref_match", and "contains_unk". And the scores are also different. My results look like this:

Do you know what's wrong?
2, And it seems that these three more columns of the tsv file cause an error in the following visualization step. The "load_variant_abs_diff_scores" function will read scores from the 5th column. But the score columns start from the 9th column now. Could you please check the codes?
3, If I want to use the HeartENN model to do variant effect prediction, how to specify the HeartENN model architecture in the input parameter? And is there a pipeline of calculating HeartENN scores utilizing the pre-trained model provided by the HeartENN paper?
Many thanks,
Stephen