일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Bioinformatics
- MACS2
- 싱글셀 분석
- HTML
- github
- Batch effect
- python matplotlib
- 비타민 C
- ChIPseq
- single cell
- drug muggers
- EdgeR
- js
- CUTandRUN
- single cell rnaseq
- julia
- CSS
- single cell analysis
- matplotlib
- javascript
- DataFrame
- PYTHON
- cellranger
- pandas
- scRNAseq analysis
- ngs
- Git
- CUT&RUN
- drug development
- scRNAseq
Archives
- Today
- Total
목록dsxxzdewq3a12evcxza (1)
바이오 대표
[Differentiation] using Symbolics, differentiation (미분)
Computer algebra systems 을 이용해서 굳이 머리쓰지않고 쉽게 미분을 할 수 있다. Maple Sympy (Python) Mathematica Maxima Symbolics (Julia) julia> using Symbolics julia> f(x) = log(x) + sin(x) / x julia> Dx(f(x)) julia> df_sym = expand_derivatives(Dx(f(x))) julia> df = build_function(df_sym, x) |> eval #builds an expression and turns it into a function julia> df(2.0) # 0.06460222502000837
Mathematical Optimization/Julia
2021. 10. 13. 16:52