전체 글149 [ScRAT] Code Demo 이전 글에서, ScRAT 실행을 해보았다.2025.03.20 - [AI, 논문, 데이터 분석] - [ScRAT] scRNA Analysis [ScRAT] scRNA AnalysisPaper : Phenotype prediction from single-cell RNA-seq data using attention-based neural networks https://academic.oup.com/bioinformatics/article/40/2/btae067/7613064 본 논문에서 언급된 ScRAT 방법으로 scRNA 분석하기 https://github.com/ydoraemin.tistory.com 어떤 코드가 실행되는지 살펴보자.run.sh python main.py \ --model Tra.. 2025. 3. 20. [ScRAT] scRNA Analysis Paper : Phenotype prediction from single-cell RNA-seq data using attention-based neural networks https://academic.oup.com/bioinformatics/article/40/2/btae067/7613064 본 논문에서 언급된 ScRAT 방법으로 scRNA 분석하기 https://github.com/yuzhenmao/ScRAT GitHub - yuzhenmao/ScRAT: Implementation of Phenotype prediction from single-cell RNA-seq data using attention-based neural netwImplementation of Phenotype predicti.. 2025. 3. 20. [Server] Connect and change pw (using vsCode) SSH 서버 연결하기 VS Code에서 SSH 접속 정보를 ~/.ssh/config 파일에 저장해두자.# 서버1Host myserver1 HostName 123.123.123.123 User ubuntu IdentityFile ~/.ssh/my_key1.pem# 서버2Host myserver2 HostName server.example.com User ec2-user IdentityFile ~/.ssh/my_key2.pem# 학교 서버Host school HostName 192.168.0.10 User jun_kim Port 2222 Password 변경하기vsCode 터미널에 'passwd' 입력. 또는 PuTTY를 통한 터미널에서도 가능. 2025. 3. 20. [Linux] Google Cloud Shell Google Cloud Shell을 활용하여, Linux 환경을 구축하자. https://shell.cloud.google.com/ 로그인 - Google 계정이메일 또는 휴대전화accounts.google.com # You can change the working directory using the cdcommand, an abbreviation for ‘change directory’.## The “/” directory, often referred to as the root directory, is the base of that unified file system.cd / # root로 이동.## Typing cd on its own is a quick shortcut to get back to y.. 2025. 3. 17. [Ubuntu] VirualBox로 window에서 Ubuntu 실행하기 Installation of VirtualBoxhttps://www.virtualbox.org/wiki/Downloads설치 완료 후, 컴퓨터 재부팅하기. Download Ubuntu Image• Ubuntu 22.04.5 LTS Desktop image (kakao mirror)https://mirror.kakao.com/ubuntu-releases/jammy/ubuntu22.04.5-desktop-amd64.iso VirtualBox 환경 설정Virtual Machine 새로 만들기 1. 가상 머신 만들 때, 다운 받았던 ISO 이미지 넣어주자. 이후 '다음' 계속 클릭.2. (선택사항) [네트워크 어댑터 활성화] 체크 해제 시, 설치하는 동안 추가 업데이트 다운로드를 막아서 빠르게 설치됨.3. 왼쪽.. 2025. 3. 17. [AWS] EC2 중지 및 계정 삭제 AWS EC2를 사용하기 위해 테스트삼아 몇가지 인스턴스를 만들었었다. (관련 글 : https://doraemin.tistory.com/149 ) 요금이 조금씩 부과되고 있길래,, 모두 삭제해보자. STEP 1. EC2의 인스턴스, 탄력적 IP 삭제+ 다른 지역에 인스턴스가 남아 있을 수 있으니, 모든 지역 다 들어가보며 인스턴스를 모두 삭제해주자.EC2 페이지 내 왼쪽 목록의 내리다 보면, 네트워크 및 보안 > 탄력적 IP 주소 > 작업 > 탄력적 IP 주소 연결 해제+ ) S3, RDS (DB), AMI 등 사용했다면 삭제하기 STEP 2. VPC 관련 목록들 삭제하기기본은 굳이 삭제 안 해도 되는 듯하다... 다시 생김... + 활성화 된 것 확인https://ap-northeast-2.cons.. 2025. 3. 4. 이전 1 ··· 4 5 6 7 8 9 10 ··· 25 다음