Skip to content
Snippets Groups Projects
Select Git revision
  • install
  • master default protected
  • dev
  • new_master
  • protein_ortho
  • documentation
  • pr18
  • dev-licence
  • docker
  • prodigal_train
  • containers
  • module_all
  • functional_tests
  • opti
  • helpers
  • v1.4.1
  • v1.4.0
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.1
  • v1.0
23 results

pipeline_annotation

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    R
    inst
    man
    DESCRIPTION
    NAMESPACE
    NEWS
    README.md

    ChIPflowR

    How to install ChIPflowR?

    In addition to the ChIPflowR package itself, the workflow requires the installation of several packages: DESeq2, limma, knitr... (all available online, see the dedicated webpages).

    To install the ChIPflowR package from GitLab, open a R session and:

    • Install devtools with install.packages("devtools") (if not installed yet)

    • Notes:

      • Ubuntu users may have to install some libraries (libxml2-dev, libcurl4-openssl-dev and libssl-dev) to be able to install DESeq2 and devtools
      • Some users may have to install the pandoc and pandoc-citeproc libraries to be able to generate the final HTML reports
    • For Windows users only, install Rtools or check that it is already installed (needed to build the package)

    • Run devtools::install_gitlab(repo="hub/chipflowr", host="gitlab.pasteur.fr", build_vignettes=TRUE)

    ChIPflowR is part of https://gitlab.pasteur.fr/hub/epeak/