How to convert RNAhybrid output to data frame
2
0
Entering edit mode
2.9 years ago
Wakala • 0
target: NC_001538.1
length: 5153
miRNA : hsa-miR-138-5p
length: 23

mfe: -32.8 kcal/mol
p-value: 0.233794

position  383
target 5' A    A                  G 3'
           GGCC UGGUUC U GCGCCAGCU    
           CCGG ACUAAG G UGUGGUCGA    
miRNA  3' G           U U           5'


target: NC_001538.1
length: 5153
miRNA : hsa-miR-149-3p
length: 21

mfe: -35.3 kcal/mol
p-value: 0.118576

position  3362
target 5'   U                 A 3'
             CAGCUCCUGUCCCUUUU    
             GUCGGGGGCAGGGAGGG    
miRNA  3' CGU                 A 5'
RNAhybrid • 679 views
ADD COMMENT
0
Entering edit mode
2.9 years ago

You will need to write a program to parse out this record-oriented format into a column-oriented format.

The column-oriented format then can be loaded easily into a dataframe.

Writing the converter is not particularly complicated, all you would need is a beginner-level skillset to accomplish the task.

ADD COMMENT
0
Entering edit mode
2.9 years ago
Wakala • 0

Thank you very much. I have solved this problem

ADD COMMENT

Login before adding your answer.

Traffic: 3443 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6