Jie Hua’s Bioinformatics Notes
  • About
  • Page Not Found
Categories
All (8)
Annotation (2)
Assembly (1)
Bash (2)
Plot (2)
Structure (1)

Home

tidyplots for R plotting
Plot
I noticed a new R package called “tidyplots” produced by Jan Broder Engler. This package could generate publication ready plots with simple commands, which largely…
Jie Hua
May 6, 2025

Transfer GFF to GTF file
Annotation
GFF3 (Generic Feature Format Version 3) file format represents the genomic features in a simple text-based tab-delimited file
Jie Hua
Apr 29, 2025

gfatools for GFA (graphical fragment assembly) files
Assembly
GFA (Graphical Fragment Assembly) format is used for sequence assembly graphs. It was proposed by Prof. Dr. Heng Li in 2014. Here is his proposal: https://lh3.github.io/2014…
Jie Hua
Apr 23, 2025

Illustrate: Non-photorealistic Biomolecular Illustration
Structure
Illustrate is a small Fortran program for creating non-photorealistic illustrations of molecules, with cartoony colors and outlines, and soft ambient shadows. I originally…
Jie Hua
Apr 16, 2025

FamDB database download
Annotation
# 设置 URL 列表
URLS=(
"https://www.dfam.org/releases/current/families/FamDB/dfam39_full.0.h5.gz"
"https://www.dfam.org/releases/current/families/FamDB/dfam39_full.0.h5.gz.md5"
…
Jie Hua
Apr 15, 2025

Git Push every repo in a folder
Bash
When working with multiple Git repositories inside a single parent folder, it can be tedious to git pull or git push each one individually. This guide shows you how to…
Jie Hua
Apr 15, 2025

Manhattan Plot for GWAS Results
Plot
曼哈顿图(Manhattan Plot)是基因组范围内关联研究(GWAS)中常用的可视化工具,用于展示单核苷酸多态性(SNP)与表型之间的关联。它通过在x轴上绘制基因组位置,在y轴上绘制-log10(p-value)来显示每个SNP的显著性水平。
Jie Hua
Apr 14, 2025

Dynamically adjust the process cores number
Bash
In high-performance computing or scripting environments, it’s often useful to dynamically adjust the number of threads used based on the time of day.
Jie Hua
Jan 1, 2025
No matching items