SystemsGenetics / KINC

Knowledge Independent Network Construction
MIT License
11 stars 4 forks source link

Added an RScript to filter biased edges … #130

Closed spficklin closed 4 years ago

spficklin commented 4 years ago

…without explicitly opening R and working through R commands.

This temporarily addresses issue #127 . It puts an RScript in the scripts directory that allows the user to removed biased edges. It uses KINC.R

It also adds a script that generates nice plots for condition-specific networks in Tidy format:

spficklin commented 4 years ago

This is R code in the scripts directory and independent of the C++ code so I'm merging.