Closed pterzian closed 3 years ago
Hi Paul,
Best, Peng
Thank you for these answers. I am trying to understand if I can use features files extracted with the first version of deepsignal to train a model with deepsignal2. Or, call previously extracted features with your new model. I see you made some modifications to the features format and I would like to be sure of what I understood. From these lines of code :
I understand you split the raw signal of one base with ,
and sets of raw signal with ;
?
If 1 base = 3 signal values it would be written out like this :
0.0,0.0,0.0;0.0,0.0,0.0;etc
Is this the only change between both features format file ?
Yes, it's the only change. In deepsignal, we extract at most 360 signal values centered in the raw signals of 17mer; in deepsignal2, we extract at most 16 signals of each base, to form 17*16 matrix.
Best, Peng
Hi Peng,
Glad to see a new version of deepsignal ! I have some questions:
Best, Paul