Coder Social home page Coder Social logo

imamachi-n / computational-genomics-with-jupyterlab-r Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 356.81 MB

Computational Genomics with R のサンプル集です

Home Page: https://compgenomr.github.io/book/

Jupyter Notebook 100.00%
jupyterlab computational-genomics

computational-genomics-with-jupyterlab-r's Introduction

computational-genomics-with-jupyterlab-r

Binder

Computational Genomics with R を Jupyter Notebook (WebIDE として JupyterLab を使用) で記述したサンプル集です。

🏗 MyBinder を利用した JupyterLab (WebIDE)の起動

以下の URL にアクセスしてください。
https://mybinder.org/v2/gh/Imamachi-n/computational-genomics-with-jupyterlab-r/main?filepath=notebook%2F9_ChIP-seq_analysis_5_QC.ipynb

ローカルで環境構築することなく、Web ブラウザ上で JupyterLab を起動することができます。
(外部のデータベースにアクセス & データをキャッシュする処理を実行している箇所は、MyBinder ではエラーとなるので注意 🚧)

🛠 環境構築(ローカル実行する場合)

  1. anaconda をインストールする。

  2. 以下のコマンドを実行(参考)。

    conda install -c conda-forge jupyterlab
  3. IRkernel をインストールする。

    R
    # 1/3) Installing via CRAN
    install.packages('IRkernel')
    
    # 2/3) Making the kernel available to Jupyter
    IRkernel::installspec()
    # 3/3) Make useful shortcuts available
    jupyter labextension install @techrah/text-shortcuts
  4. JupyterLab を起動する。

    jupyter-lab

9.ChIP-seq 解析のセットアップ

こちらからセットアップ方法を確認。

computational-genomics-with-jupyterlab-r's People

Contributors

imamachi-n avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.