Coder Social home page Coder Social logo

copynumber's Introduction

copynumber with hg38

This is an modified version of the copynumber R package. It has been adjusted to support the human hg38 genome builds (Following the tutorial in https://github.com/aroneklund/copynumber), in addition, it will be okay to provide a customized cytoband data.frame directly.

Assembly usage

Speicifically, this is used for the “assembly” parameter in aspcf, multipcf, pcf, and winsorize functions. We can provide a scalar string or a data.frame directly.

  • string Only “hg16”, “hg17”, “hg18”, “hg19”, “hg38”, “mm7”, “mm8” and “mm9” are supported.
  • a data.frame with 5 columns (names don’t matter) in the order:
    1. chromosome
    2. start_pos
    3. end_pos
    4. band
    5. gieStain

Notes: it’s easy to do this with:

# assembly should be a genome string like "hg38", "hg19", or "mm9", "mm10".
data.table::fread(
    sprintf("http://hgdownload.cse.ucsc.edu/goldenpath/%s/database/cytoBand.txt.gz",
    assembly),
    header = FALSE
)

Installation

You can install the development version of copynumber from GitHub with:

pak::pkg_install("Yunuuuu/copynumber")

Similar work can also be found in aroneklund, igordot, ShixiangWang. And Irrationone provides a species-agnostic approach.

Official copynumber

Since the official copynumber has been labelled as deprecated and will be removed from Bioconductor version 3.18. This repo also kept a backup of the official copynumber in official branch (You can install it with pak::pkg_install(Yunuuuu/copynumber@official)).

copynumber's People

Contributors

dtenenba avatar hpages avatar nturaga avatar sonali-bioc avatar vobencha avatar yunuuuu 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.