Coder Social home page Coder Social logo

sirnaenricher's Introduction

siRNAenricher

Python package for identifying genomic regions with siRNA enrichment. Takes a SCRAM2 alignment file and genome reference (FASTA) as inputs and writes enriched regions to file (FASTA).

Installation

Clone repository pip install -e . from root directory

Usage

help(sir.extract_enriched_seqs)

extract_enriched_seqs(scram_alignment_file, reference_fa, output_fa, window=200, cutoff=30, abund_count=5, strand_ratio=0.2, padding=30)

scram_alignment_file: Output file of a single alignment length from the SCRAM2 aligner. Generally pick 21 or 22 nt files for siRNAs.

reference_fa: Genome reference file in FASTA format (the same reference as used by the SCRAM2 aligner)

output_fa: Output file to results identified regions in FASTA format

window: window size in nt to scan in. This will be automatically expanded if enriched windows are adjacent (within len window). Default = 200.

cutoff: Minimum alignment count for an siRNA to be included in identification. Default = 30.

abund_count: Minimum number of the siRNAs with an alignment count above cutoff for a window to be identified as an enriched region. Default = 5.

strand_ratio: Minimum ratio of abund_count of siRNAs on the lower abundance strand. Prevents identification of degraded single-stranded RNA regions. Default = 0.2.

padding: number of nucleotides to added to each end of the window for writing to file. Default = 30.

sirnaenricher's People

Contributors

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