trusTEr - A trusting TE cluster analysis Version 0.1.1, written in Python 3.6.6
Takes fastq files from 10x single cell RNA sequencing, clusters cells using Seurat, and can be used to produce read count matrices in a cluster level. You can also quantify reads per cluster having predefined clusters.
Requirements TrusTEr depends on several external software. We provide a Docker container and a conda environment for a quick-start.
TrusTEr requires:
Let’s begin with a simple example. Let’s say you have two samples of the same tissue, they were sequenced in the same sequencing run and you want to get transposon expression per cell type found in the tissue.
data │ └───sample1 │ │ sample1Name_L001_I1_001.fastq.gz │ │ sample1Name_L001_R1_001.fastq.gz │ │ sample1Name_L001_R2_001.fastq.gz │ │ sample1Name_L002_I1_001.fastq.gz │ │ sample1Name_L002_R1_001.fastq.gz │ └─ sample1Name_L002_R2_001.fastq.gz └───sample2 │ sample2Name_L001_I1_001.fastq.gz │ sample2Name_L001_R1_001.fastq.gz │ sample2Name_L001_R2_001.fastq.gz │ sample2Name_L002_I1_001.fastq.gz │ sample2Name_L002_R1_001.fastq.gz └─ sample2Name_L002_R2_001.