All public logs
Jump to navigation
Jump to search
Combined display of all available logs of bwHPC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:12, 30 October 2024 K Kuck talk contribs created page BwUniCluster2.0/Software/R/cummeRbund (Created page with "= General information = [https://rspatial.github.io/terra/ '''<code>CummeRbund</code>'''] is an <code>R</code> package designed to aid and simplify the task of analyzing Cufflinks RNA-Seq output. = Installation instructions = == Preparations == Installing <code>CummeRbund</code> involves compiling source code. Therefore, ensure that the following flags are set in <code>$HOME/.R/Makevars</code>: <pre> cat ~/.R/Makevars CXX14=g++ CXX17=g++ CXX14FLAGS += -std=c++14 C...")