일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- single cell rnaseq
- scRNAseq analysis
- scRNAseq
- CUTandRUN
- Bioinformatics
- js
- ngs
- EdgeR
- MACS2
- drug development
- matplotlib
- DataFrame
- Git
- python matplotlib
- PYTHON
- javascript
- ChIPseq
- single cell analysis
- Batch effect
- pandas
- 싱글셀 분석
- github
- julia
- drug muggers
- CSS
- single cell
- HTML
- cellranger
- CUT&RUN
- 비타민 C
Archives
- Today
- Total
목록click python (1)
바이오 대표
[py.click] click pakage로 python package 만들기
Python package “Click: command line interface creation kit“ Click 패키지는 command line interfaces를 이쁘게 작성할 수 있게 도와주는 툴이다. 또한 CLI API 에서 생기는 문제들을 예방하고 보다 빠르고 재미있게 코드를 짤수있도록 도와주고 크게 3가지 장점이 있다. arbitrary nesting of commands help page 를 자동생성 supports lazy loading of subcommands at runtime # test.py 코드 import click @click.command() @click.option('--count', default=1, help='Number of greetings.') # help..
Python/others
2023. 6. 12. 03:25