Git Product home page Git Product logo

scrnaseq_handson_2023's Introduction

scRNAseq_handson_2023

Python を用いたシングルセル RNA-seq 解析。

https://github.com/genome-sci/python_bioinfo_2023 2-3の続き。

  1. Cell typeのアノテーション(マニュアル、自動)
  2. リファレンスアトラスとの統合解析
  3. RNA Velocity

手順

# ソースコード取得
git clone https://github.com/khigashi1987/scRNAseq_handson_2023.git

cd scRNAseq_handson_2023/

# データファイル取得
ウェブブラウザで
https://drive.google.com/uc?export=download&id=1ciXMTLSdbkZIRyo8_TZLZjewpGjU9EOB
にアクセスしてファイルをダウンロードする。
(上記リンクから取得できない場合は以下からもダウンロード可能: http://palaeo.nig.ac.jp/Resources/PAGSTutorial2023/retinal.h5ad)
mv retinal.h5ad ./data
(ダウンロードしたretinal.h5adは、scRNAseq_handson_2023/data内に配置してください)

# jupyter notebook起動
jupyter notebook

Dockerによる実行 (amd64のみ)

https://github.com/genome-sci/python_bioinfo_2023 で構築した pags:2023 イメージで実行可能。

# 上記手順
git clone https://github.com/khigashi1987/scRNAseq_handson_2023.git
cd scRNAseq_handson_2023/
# ファイルのダウンロードと data への配置
# を実行した後、自分が scRNAseq_handson_2023 にいることを確認して、以下を実行
docker run -it --rm -v $PWD:/python_bioinfo_2023 -p 8888:8888 pags:2023
# ウェブブラウザから http://localhost:8888 を開く

scrnaseq_handson_2023's People

Contributors

khigashi1987 avatar

Watchers

 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.