Tuesday 29 September 2015

Hox Gene Cluster

Cited from Genetic Signaling: Transcription Factor Cascades and Segmentation


Developmental Biology: Inset Anatomy

Insect Anatomy

Wednesday 16 September 2015

Irreproducible discovery rate (IDR)

Chip-seq data analysis: from quality check to motif discovery and more

homer-idr

Irreproducible Discovery Rate (IDR) in Python3

Bash: -depth

-depth Process each directory’s contents before the directory itself.

Recursively Renaming Directories

Recursively rename directories in bash

Bash: shopt -s globstar

Cited from The Shopt Builtin

shopt: change shell optional behaviour.

-s set the specified option.
-u disable the specified option.

option:

globstar

"If set, the pattern ‘**’ used in a filename expansion context will match all files and zero or more directories and subdirectories. If the pattern is followed by a ‘/’, only directories and subdirectories match."