일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MACS2
- scRNAseq analysis
- Git
- HTML
- python matplotlib
- scRNAseq
- pandas
- js
- drug development
- github
- ngs
- single cell rnaseq
- ChIPseq
- CUT&RUN
- Bioinformatics
- CSS
- single cell
- PYTHON
- cellranger
- matplotlib
- julia
- EdgeR
- CUTandRUN
- single cell analysis
- DataFrame
- 비타민 C
- 싱글셀 분석
- Batch effect
- drug muggers
- javascript
- Today
- Total
목록Extra (6)
바이오 대표
Intel 을 사용할때는 아무 문제가 없었던 brew가 되지 않는다,,, M1 chip으로 바꾸니 역시 생기는 문제들 (부들) $ brew install wget Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local) 해결 방안: [1] ARM silicon (M1 chip) 을 위해 Rosetta2 emulator을 설치 해줄 수 있다 [2] prefix 를 /opt/homebrew 로 바꾸어줘도 해결이 된다던데 모르겠다,, 해당 글에서는 Rosetta2 emulator 을 설치함으로써 문제를 해결했다. M1 chip 에서 Homebrew 사용하기 # Rosetta2 emulator install $ ..
linux cmd 현재 경로 위치 pwd cd 디렉터리 이동 cd [path] cd [path] 목록 표시 ls dir 터미널 초기화 clear cls 파일 열기 open [file] type [.txt] 명령어 도움말 man help 파일 복사 cp copy 파일이동 mv move 파일 생성 touch fsutil file createnew [파일명] [파일길이 as bytes] 파일 삭제 rm del 디렉토리 생성 mkdir mkdir or md 디렉토리 삭제 rm -R rmdir 파일/ 디렉토리명 변경 mv rename 최고 권한 실행 sudo 현재 날짜 date date 실행중인 프로세스 top tasklist 아래와 같은것,, 보기 편한것으로 보십쇼 현재 경로 위치 pwd cd 디렉터리 이동 c..