struct ⭐Xinchang⭐ {
🍕name: String,
👦sex: String,
🍎keywords:Vec<String>,
⛺current_location: String,
💼research: Vec<String>,
🌴program_languages: Vec<String>,
🎅hobbies: Vec<String>,
}
impl ⭐Xinchang⭐ {
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:
- MACdb "A curated knowledgebase for Metabolic Associations across human Cancers"
- CCLHunter "An efficient toolkit for cancer cell line authentication"
- CCAS "One-stop and comprehensive annotation system for individual cancer genome at multi-omics level"
- GenBase🍄 "A genetic sequence database that accepts user submissions and integrates data from INSDC"
- BIT🍄 "Bioinformatics tookit in National Genomics Data Center"
- Protdb🍄🌵 "A curated protein biomarker database for diseases"
- STIX webserver🍄🌵 "Web Server for STIX"
Tools:
- ttable-rs "A standalone table formatter for viewing tabular data in the console"
- hapnet.js🌵 "A JavaScript library to draw haplotype network in a fast way" demo
- excord-lr🌵 "Extract structural variation signals from long-reads BAM files"
- STIX🍄🌵 "Structural Variation serach engine for large datasets"
🍄: collaborated project, 🌵: on-going