Open QianzhaoJ opened 3 years ago
Hi, your script inputs are correct. I suspect the ValueError is because the autoencoder outputs a high-dimensional vector and the classifier expects a low-dimensional input.
The all-B3 outputs you're seeing are likely because either:
Hi, Thanks for your kind reply, its very helpful for me. There are about 100 million interchromosomal contacts in my hic data, so I choose the pre-computed models from downsampled data (10%) , now I got the normal output. But I have a few questions about the percentage of downsampled data. If I select one pre-computed model from lower coverage than my hic data, would SNIPER predict more incorrect non-B3 subcompartments, more false positives? Looking forward your reply and thanks in advance!
Best, Qianzhao
Hi Thanks to develop so wonderful tool, but I had some problems when I apply SNIPER models to my hic data. When I have downloaded pre-computed SNIPER models, I found three kinds of files,
autoencoder
/encoder
/classifier
. I have no idea to selectautoencoder
orencoder
, so I tried it all. When I usedautoencoder
file, I got error as followsand its output bed files looks very strange. Its all "B3" subcompartments through genome.
I have no idea to deal with it, Could you give me some sugesstions?
Thanks in advance! Qianzhao