일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- single cell rnaseq
- scRNAseq
- Batch effect
- CUTandRUN
- pandas
- 비타민 C
- PYTHON
- github
- HTML
- drug muggers
- ChIPseq
- 싱글셀 분석
- single cell
- Bioinformatics
- drug development
- matplotlib
- ngs
- MACS2
- CUT&RUN
- scRNAseq analysis
- js
- python matplotlib
- CSS
- DataFrame
- Git
- cellranger
- EdgeR
- single cell analysis
- javascript
- julia
Archives
- Today
- Total
목록summarize (1)
바이오 대표
[R - 기본기] "dplyr" 을 이용한 Data transformation
요약: filter( ) arrange( ) - order 바꿔줌 select( ) - pick variables (columns) by names mutate( ) - create new variables, existing variables 이용 summarize( ) ** group_by( ) 로 중복 사용 가능 예시 데이터 library(nycflights13) library(tidyverse) flights #> # A tibble: 336,776 x 19 #> year month day dep_time sched_dep_time dep_delay arr_time sched_arr_time #> #> 1 2013 1 1 517 515 2 830 819 #> 2 2013 1 1 533 529 4 8..
R
2023. 1. 10. 08:33