BackofenLab / Cherri

https://backofenlab.github.io/Cherri/
GNU General Public License v3.0
0 stars 0 forks source link

add sequence and structure feature #26

Closed teresa-m closed 1 year ago

teresa-m commented 3 years ago

We can give the RRI (sequence and structure) as feature, by using EDEN?

  1. prepare the sequence:
    • use Intarna output hybridDP and subseqDP
    • repalce the & by x. and xN (x =5) r should be < x/2
  2. run eden or vactorizer to genreate feature
  3. find way to inccopate this featrues to the other feature
martin-raden commented 2 years ago

you forgot the

end extension! ;)

ACGU&GCGU  -->  NNNNNACGUNNNNNNNNNNGCGUNNNNN
((((&))))  -->  .....((((..........)))).....

i.e. xN + seq1 + 2xN + seq2 + xN

martin-raden commented 2 years ago

if possible

anchor features on non-N nodes only!

that way, we leave out all artificial eden features that start at an inserted N

teresa-m commented 2 years ago

you forgot the

end extension! ;)

ACGU&GCGU  -->  NNNNNACGUNNNNNNNNNNGCGUNNNNN
((((&))))  -->  .....((((..........)))).....

i.e. xN + seq1 + 2xN + seq2 + xN

Thanks :-)

teresa-m commented 2 years ago

if possible

anchor features on non-N nodes only!

that way, we leave out all artificial eden features that start at an inserted N

something to discuss with Stefan.

teresa-m commented 2 years ago

In script get_featurs.py additional features are added to the one IntaRNA generated.

smautner commented 2 years ago

https://github.com/teresa-m/RNA_RNA_binding_evaluation/pull/31

teresa-m commented 1 year ago

Graph-Kernal features are integrated