Skip to content
View odinokov's full-sized avatar

Block or report odinokov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tsp-feature-selector tsp-feature-selector Public

    A Python package implementing the Top-Scoring Pairs (TSP) algorithm for feature selection (demo).

    Python

  2. The script fetches and prints geneti... The script fetches and prints genetic variants from the gnomAD database for a specified genomic region
    1
    # The script fetches and prints genetic variants from the gnomAD database for a specified genomic region.
    2
    # Adapted from https://gist.github.com/ressy/6fd7f6ee6401ac8e703dc2709399869e
    3
    import re
    4
    import sys
    5
    from pprint import PrettyPrinter
  3. frmatcher frmatcher Public

    FRMatcher categorizes a list of presumably FASTQ files into R1 (forward reads) and R2 (reverse reads) pairs using customizable pattern matching.

    Jupyter Notebook

  4. Script to archive a specified direc... Script to archive a specified directory as a tar.gz
    1
    #!/bin/bash
    2
    
    
    3
    # Script to archive a specified directory
    4
    # Install dependencies:
    5
    # mamba install -y -c conda-forge pv crabz
  5. BodyAge BodyAge Public

    Body Shape Age Calculator

    R