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