Coder Social home page Coder Social logo

cnvanalysis's Introduction

CNVanalysis

Prerequirements

We need to download CNVpytor, Samtools, and other necessary files for smooth processing of the CNV analysis.

Installing the CNVpytor and Samtools

For installing and setup of the CNVpytor follow the below steps :

pip install cnvpytor
#add path of cnvpytor if needed
cnvpytor -download

We will also be needing samtools so for that, follow the below steps:

sudo apt-get -y samtools

Downloading reference genomes or required genome files.

It is expected that the sequence files will be there in a single folder. which contains reference genome. For downloading we can simply use the wget function.

wget <reference genome link>
wget https://hgdownload.soe.ucsc.edu/goldenPath/ce11/bigZips/ce11.fa.gz

wget <links of sequence files>

need of conf file for refernce

We need a configuration file for each reference species. Here we are working on C. elegans. So I have already uploaded it. It can be downloaded using:

wget https://github.com/Rajarshi0/CNVanalysis/blob/main/ce11_ref_genome_conf.py

Creating the gc file

For creating the gc file we need the the unzipped fasta sequence of the sequence (here, reference). I have given syntax for C. elegans:

gzip -d ce11.fa.gz > ce11.fa
cnvpytor -root ce11_gc_file.pytor -gc ce11.fa -make_gc_file

I hope after this the script will run smoothly. It is uploaded here only. Thank you so much

cnvanalysis's People

Contributors

rajarshi0 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sinamajidian

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.