项目作者: BIMSBbioinfo

项目描述 :
R包用于基因组特征分析和可视化
高级语言: R
项目地址: git://github.com/BIMSBbioinfo/genomation.git
创建时间: 2011-07-01T12:31:54Z
项目社区:https://github.com/BIMSBbioinfo/genomation

开源协议:

下载



hex Logo

genomation: convenience functions for visualing and summarizing genomic intervals

Status Build Status codecov.io BioC_years BioC_availability

This package is a collection of functions for simplfiying common tasks in genomic feature/interval
analysis. It provides functions for reading BED and GFF files as GRanges objects, summarizing genomic features over predefined windows so users can make average enrichment of features over defined regions or produce heatmaps. It can also annotate given regions
with other genomic features such as exons,introns and promoters.

Installation

install via Bioconductor

  1. if (!requireNamespace("BiocManager", quietly=TRUE))
  2. install.packages("BiocManager")
  3. BiocManager::install("genomation")

Install the latest version via install_github

  1. #' Install dependecies
  2. install.packages( c("data.table","plyr","reshape2","ggplot2","gridBase","devtools"))
  3. if (!requireNamespace("BiocManager", quietly=TRUE))
  4. install.packages("BiocManager")
  5. BiocManager::install(c("GenomicRanges","rtracklayer","impute","Rsamtools"))
  6. #' install the packages
  7. library(devtools)
  8. install_github("BIMSBbioinfo/genomation",build_vignettes=FALSE)

Using the package

see the package vignette here