일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- HTML
- js
- single cell
- EdgeR
- Git
- single cell analysis
- single cell rnaseq
- 싱글셀 분석
- CSS
- ngs
- scRNAseq
- CUT&RUN
- ChIPseq
- python matplotlib
- PYTHON
- DataFrame
- javascript
- github
- julia
- Bioinformatics
- pandas
- scRNAseq analysis
- Batch effect
- cellranger
- matplotlib
- 비타민 C
- drug muggers
- drug development
- MACS2
- CUTandRUN
Archives
- Today
- Total
목록julia if (1)
바이오 대표

= 로 변수 설정 : x = 3 type 알기 : typeof(x) function f( ) return end 간단한 식은 f(x) = 2 + x 와 같이 표현 할 수 도 있다 for end output : true or false (Boolean) !!! index는 1 부터 시작한다 arrays 생성 예시 ↓ 1D arrays (vectors) vec = [i^2 for i in 1:10] - array comprehension 2D arrays (matrices) m = [1 2 3 4], zeros(5, 5), zeros(Int, 4, 5), [i + j for i in 1:5, j in 1:6]
Mathematical Optimization/Julia
2021. 9. 26. 21:40