homologfinder.hf
homologfinder.hf
Finds homologs in human and mouse.
About
hf or HomologFinder finds homologs in human and mouse. if the input gene or genelist is human, then it returns mouse homolog(s) and vice versa
Usage
$ hf -h
Examples
$ hf -g ZNF365
$ hf -l Wdr53,Zfp365
$ hf -f genelist.txt
Functions
Name | Description |
---|---|
check_help | check if usage needs to be printed |
collect_args | collect all the cli arguments |
exit_w_msg | Gracefully exit with proper message |
check_help
homologfinder.hf.check_help(parser)
check if usage needs to be printed
collect_args
homologfinder.hf.collect_args()
collect all the cli arguments
exit_w_msg
homologfinder.hf.exit_w_msg(message)
Gracefully exit with proper message