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