Skip to content
View zhengxinchang's full-sized avatar
  • Baylor College of Medicine
  • Houston
  • 11:08 (UTC -05:00)
Block or Report

Block or report zhengxinchang

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
zhengxinchang/README.md

👉Hey there, wellcome to my GitHub!👈

🔥About Me🔥

structXinchang{ 
    🍕name: String,
    👦sex: String,
    🍎keywords:Vec<String>,current_location: String,
    💼research: Vec<String>,
    🌴program_languages: Vec<String>,
    🎅hobbies: Vec<String>,
}

implXinchang{
    fn init() -> Self {Xinchang{
            🍕name: String::from("Xinchang Zheng"),
            👦sex: String::from("Male"),current_location: String::from("Houston, Texas"),
            🍎keywords:vec![
                String::from("Researcher"),
                String::from("Bioinformatician"),
                String::from("Full-stack web developer"),
                String::from("Video games fan"),
                String::from("INTJ")
            ],
            💼research: vec![
                String::from("Bioinformatics"),
                String::from("Cancer genomics"),
                String::from("Software engineering"),
                String::from("Biomedical database/webserver"),
                String::from("Data visualization"),
                String::from("Long read sequencing"),
            ],
            🌴program_languages: vec![
                String::from("Python"),
                String::from("Rlang"),
                String::from("JavaScript/HTML/CSS(Vue)"),
                String::from("Rust"),
                String::from("C/C++"),
                String::from("Linux/Shell(HPC)")
            ],
            🎅hobbies: vec![
                String::from("Vedio games(Nintendo Switch/Steam Fan)"),
                String::from("Pokemon!"),
                String::from("Digital Map Exploration Enthusiast"),
                String::from("Chromatic Harmonica (Very Amateur)")
            ],
        }
    }
    fn say_hi(🌕) -> String {
        "Hey there!".to_string()
    },
}

Databases/Webservers:

  1. MACdb "A curated knowledgebase for Metabolic Associations across human Cancers"
  2. CCLHunter "An efficient toolkit for cancer cell line authentication"
  3. CCAS "One-stop and comprehensive annotation system for individual cancer genome at multi-omics level"
  4. GenBase🍄 "A genetic sequence database that accepts user submissions and integrates data from INSDC"
  5. BIT🍄 "Bioinformatics tookit in National Genomics Data Center"
  6. Protdb🍄🌵 "A curated protein biomarker database for diseases"

Tools:

  1. ttable-rs "A standalone table formatter for viewing tabular data in the console"
  2. hapnet.js🌵 "A JavaScript library to draw haplotype network in a fast way" demo
  3. excord-lr🌵 "Extract structural variation signals from long-reads BAM files"
  4. STIX🍄🌵 "Structural Variation serach engine for large datasets"

🍄: collaborated project, 🌵: on-going

Pinned Loading

  1. hapnet.js hapnet.js Public

    Javascript library for haplotype network

    JavaScript

  2. excord-lr excord-lr Public

    Extract Structural Variation signals in Long Reads BAM.

    Rust

  3. stix stix Public

    Forked from ryanlayer/stix

    Structural Variant Index

    C 1

  4. stix_web_frontend stix_web_frontend Public

    Vue

  5. clinicalAnalysisShinyApp clinicalAnalysisShinyApp Public

    A shiny app to analysis clinical data that is derived from CAS-AMLIII trail

    HTML

  6. fastaValidator.rs fastaValidator.rs Public

    Rust