Giter Site home page Giter Site logo

gauravearn / pacbiohifi-analyzer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.8 MB

a pacbiohifi analyzer for pacbiohifi reads from sequence analysis to the graph alignments

License: MIT License

Ruby 100.00%
bioinformatics genome-assembly pacbio-data pacbio-iso-seq pacbiohifi

pacbiohifi-analyzer's Introduction

pacbiohifi-analyzer

  • a pacbiohifi analyzer for the pacbio hifi reads and gives all the information for the pacbiohifi reads from raw to the graph alignments.
  • class functions include from reading, plotting, clipping, reading bam, generating the graphs, extracting the graph sequences, graph edges, splcier function for graphs.
  • graph plotting is enabled using the ruby-charts
  • initiate the class as
# class initialize or the gem initialize
- pacbiohi = PACBIOHIFIANALYZER.new("samplepacbiohifi.fastq")
# will read and make the index for the PacBiohifi
- pacbiohifi.makeindex
# will give you a tab delimited file for the PacBiohifi
- pacbiohifi.getLength
# will give you the fasta file for the PacBiohifi
- pacbiohifi.getFasta
# provide the graph start and end nodes and it will clip the pacbiohifi aligned for those edges
- pacbiohifi.graphextract
# will print the default PacBiohifi clippers
- pacbiohifi.getClippattern 
# you can define a new txt file containing the clipping patterns
- pacbiohifi.setClipper 
# clips the sequences of the specific positions and write the revised fasta.
- pacbiohifi.clipper
# search for the specific patterns in the PacBiohifi reads 
- pacbiohifi.search
# align the reads to the genome for the pangenome construction. 
# provide the directory path containing the genome file ending in the .fasta and the protein files ending in the .fa, 
# if the option is writecommand, it will output a shell compatible run script for the 
# high performance computing and if the option is commandrun then it will run the alignment. 
- pacbiohifi.pacbioalign(dirpath) 
# pacbio splicer: added a new function which will read the pacbiohifi aligned reads and 
# for each of the reads aligned will extract the corresponding sequences, and if given will match them with the annotated regions.
-pacbiohifi.pafslicer(alignedfile, fastafile)
  • gem due to release 2024-5-15 and can be installed as
gem install pacbio-hifianalyzer

Gaurav
Academic Staff Member
Bioinformatics
Institute for Biochemistry and Biology
University of Potsdam
Potsdam,Germany

pacbiohifi-analyzer's People

Contributors

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