saezlab / transcriptutorial

This is a tutorial to guide the analysis of RNAseq dataset using footprint based tools such as DOROTHEA, PROGENY and CARNIVAL
https://saezlab.github.io/transcriptutorial/
GNU General Public License v3.0
55 stars 30 forks source link

Packages for running CARNIVAL #26

Closed clohoff closed 1 year ago

clohoff commented 3 years ago

In the tutorial part 05 I had to load the packages readxl, igraph and lpSolve in order to run the script. These packages could be added to "Getting Started". load(readxl) load(igraph) load(lpSolve)