Giter Site home page Giter Site logo

rice_annotation's Introduction

rice_annotaiton

基于RAP-DB网站的已有注释信息,进行整理,便于自己后续分析使用

GFF转成GTF(GFF_to_cellranger_gtf)是我用来将GFF文件转成符合CellRanger输入要求的GTF写的程序

gff3_to_cellranger_gtf ./IRGSP_v1.gff IRGSP_v1.gtf

建立索引

R语言中使用

基于自己生成fasta和gff文件,我生成了BSgenome安装包和TxDb安装

BSgenome.Osativa.MSU.xzg_1.0.tar.gz 基于 Osativa.fa.xz, 只包括 Chr1-12, ChrC和ChrM (代码见 build_BSgenome.R, build_BSgenome.sh)

TxDb.Osativa.MSU.xzg_1.0.tar.gz 基于 IRGSP_v1.gff.gz 进行构建(代码见build_txdb.R)

安装方式(以BSgenome为例):

  1. 在R里安装:install.pakcages("/路径/到/BSgenome.Osativa.MSU.xzg_1.0.tar.gz", repos=NULL, type="source)
  2. 在命令行里安装: R CMD INSTALL BSgenome.Osativa.MSU.xzg_1.0.tar.gz

参考资料

rice_annotation's People

Contributors

xuzhougeng 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.