项目作者: BCMSLab

项目描述 :
A research compendium: Transcriptional regulation of autophagy during adipocyte differentiation
高级语言: R
项目地址: git://github.com/BCMSLab/autoreg.git
创建时间: 2019-06-30T02:49:46Z
项目社区:https://github.com/BCMSLab/autoreg

开源协议:GNU General Public License v3.0

下载


autoreg

A research compendium: Transcriptional regulation of autophagy during adipocyte differentiation

Setting up the docker environment

The analysis was run on a docker image based on the the latest rocker/verse.
Other R packages were added to the image and were made available as an image that can be obtained and launched on any local
machine running docker.

  1. $ docker pull bcmslab/autoreg:latest
  2. $ docker run -it bcmslab/autoreg:latest bash

Obtaining the source code

The source code is hosted publicly on this repository in the form of a research compendium. This includes the scripts to
download, prepare and analyze the data. From within the container, git can be
used to clone the source code.

The following code clones the repository containing the source code.

  1. $ git clone http://github.com/BCMSLab/autoreg

Runing the analysis

In the submodule autoreg, run make

  1. $ cd autoreg
  2. $ make analysis

Details of the R environment

The version of R that was used to perform this analysis is the 3.7.0 (2019-04-07) on x86\_64-pc-linux-gnu.