vahuynh / dynGENIE3

Semi-parametric approach for the inference of gene regulatory networks from time series of expression data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A error when run the dynGENIE3_R

ShellyCoder opened this issue · comments

  1. A warning signed that variable may be used uninitialized occur when i complie C code with 'R CMD SHLIB dynGENIE3.c'. It's a root that lead to the next error in the fig2.
    1

  2. LoadLibrary failure with the dynGENIE3.so
    2

I'll appreciate your help, if you can reply me on your convenience.

I had the same issue with my instalation in windows. The compilation generated a .dll file, so I canged the extension to .so and it worked after that.

I hope this helps