SRA: sequence read archive
Intro SRA는 NIH의 high-throughput sequencing data 아카이브로 International Nucleotide Sequence Database Collaboration(INSDC)1 의 일환이다. high-throughput sequencing platform으로 만든 raw sequencing data...
Intro SRA는 NIH의 high-throughput sequencing data 아카이브로 International Nucleotide Sequence Database Collaboration(INSDC)1 의 일환이다. high-throughput sequencing platform으로 만든 raw sequencing data...
Downlaod sequencing raw file from SRA Installation download link 여기에서 자신의 OS와 맞는 파일을 다운로드 받아 설치한다. linux의 경우 tar.gz파일 을 다운받아 압축을 해제하면 바로 사용가능하다. 편하게 사용하고 싶다면 압축해제한 경로를 bash또는 bash_profile에 넣어주면 ...
Inferring copy number alterations from tumor single cell RNA-seq data tumor sample로 scRNA seq data생산했을때, 가장 기본적으로 진행하는 분석이다. 어떤 cell이 cancer cell인지 알아내는것! 일반적인 cell type annotation tool(such as Si...
making drawFeaturePlot function 논문1에서 예쁜 그림을 봐서 따라해봄 Gene expression patterns 특징 gene ecpression이 없으면 회색, 있으면 노랑에서 빨강으로 gradient를 줬다. 발현이 없는 cell보다 있는 cell의 크기가 큰 것 같음. axis 없고 제목은 gene ...
Estimations of RNA velocities of single cells by distinguishing unspliced and spliced mRNAs Introduction RNA velocity는 시간단위로 각 세포의 미래상태를 예측해주는 high-dimensional vector로, 한 시점의 snapshot만을 보여주는 기존의 s...
Seurat to Velocyto using only R 지난번에 python과 R을 동시에 사용해서 RNA velocity analysis하는 법을 포스팅했었는데, 이번에는 SeuratWrapper libarary 사용해서 python 없이 R만으로 동일한 분석 하는 법을 정리해보려고 한다. 이전 포스팅 RNAvelocyt...
📆 Published on 2022.xx.xx 🎓 Authors Helen Bennett 🏫 Affiliation univ. 🔗 link a 📂 file pa...
Installation Download the source code 여기에서 source code를 다운 받는다. wget https://github.com/samtools/samtools/releases/download/1.12/samtools-1.12.tar.bz2 wget https://github.com/samtools/bcftools/rele...
centos에서 툴 설치 관련 문제가 발생했을 때, 대부분은 dependency 문제일 것이다. conda를 사용하면 이런 문제의 90%는 아예 볼일이 없다. 모든 이의 정신건강을 위해서 conda를 추천한다. 고집부리지말고 순응해라. 당신의 시간과 에너지를 절약해줄 것이다. What is Conda Installation Basic ...
Single-nuclei RNA-seq (snRNA-seq)은 single-cell transcriptomics의 다른 방법중 하나인데, cell대신에 nucleus를 capture해서 sequencing 하는 방법이다. 일반적으로 많이 하는 scRNA-seq과 비교했을때, 장단점은 아래와 같다. 장점 sample preparation과...