Skip to main content

Haplotyping

Project description

haplotyping

Indexation process

See haplotyping.index for more details

graph TD;

    fastq["<b>READS</b><br/>fastq files"]; 
    detect["detect splitting k-mer in reads"];
    direct["store direct connections reads"];
    
    fastq --> kmc;
    kmerlist --> splitlist;

    fastq --> detect;

    subgraph KMC Software
        k["k-mer<br/>size"]
        minfreq["minimum<br/>k-mer frequency"]
        maxfreq["maximum<br/>k-mer frequency"]
        kmc(<b>kmc database</b>)  
        k.->kmc
        minfreq.->kmc 
        maxfreq.->kmc  
    end

    subgraph scripts
        kmcanalysis["<i>kmc_analysis</i>"]
        kmerlist["<b>k-mer list</b>"]
        kmcanalysis-->sort
        sort-->gzip
        gzip-->kmerlist
        kmc-->kmcanalysis
    end

    subgraph HDF5 Database
        splits["splitting k-mers"]
        bases["splitting bases"]
        direct["direct connections"]
        partitioning["partitioning"]
        indirect["indirect connections"]
        splits-.->partitioning
        partitioning-.->indirect
    end

    subgraph haplotyping.index
      subgraph Splits
        splitlist["get splitting k-mers and<br/>bases from sorted list"]
        automaton["automaton<br/>splitting k-mers"]
        splitlist-->automaton
        splitlist--"storage"-->splits
        splitlist--"storage"-->bases
      end
      subgraph Connections
        detect["detect splitting k-mer in reads"]
        partition["partition the graph"]
        read["sort indirect connections reads"]
        automaton-->detect
        detect--"optional"-->partition
        partition --> read
        detect--"storage"-->direct
        partition--"storage"-->partitioning
        read--"storage"-->indirect
      end
    end

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

haplotyping-0.0.8.tar.gz (103.4 kB view details)

Uploaded Source

Built Distribution

haplotyping-0.0.8-py3-none-any.whl (136.9 kB view details)

Uploaded Python 3

File details

Details for the file haplotyping-0.0.8.tar.gz.

File metadata

  • Download URL: haplotyping-0.0.8.tar.gz
  • Upload date:
  • Size: 103.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for haplotyping-0.0.8.tar.gz
Algorithm Hash digest
SHA256 ce8e1cc3b4da61635663da645b9b10da382f0b4b0b41e2158c449119ee07b6ee
MD5 32459449f300a4cc81ee0b5b0360ec32
BLAKE2b-256 06e890a1aa9ff1b4858b65fc441992db6aa7aedd9f5272cbfb4e42527ea0e571

See more details on using hashes here.

File details

Details for the file haplotyping-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: haplotyping-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 136.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for haplotyping-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 179f5a342ea30f0dc75a72e8e9b661018aa0a117dc6085cd43b5ae346dd45929
MD5 335c27abe14ce172bde457e4fa9f23b0
BLAKE2b-256 dfddf2fe4f1ec8ed277f56c5e5f8414263e741f3ed55a0272f1758c9824025d3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page