This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to calculate TIN score of the GSE dataset to perform some post quality checks on RNASeq dataset

I am working on the GSE 102741 dataset, I have both Raw Gene Count data and log2RPKM dataset , I want to assess the quality of the dataset using PCA analysis by following Paper, How can I calculate the TIN score ? Are there some online tools? can somebody guide me how can we assess the quality of the dataset or give some better suggestions or guidelines as to how to perform the quality analysis on the dataset about Raw Gene Count or log2RPKM counts?

rna-seq quality

1 answer

The material and methods of paper you link says:

The quality of the RNA-seq data was measured using the transcript integrity number (TIN) score calculated by RSeQC (version 2.6.4; tin.py) (http://rseqc.sourceforge.net/#tin-py)

I would start there.

But the tin.py is quite slow in computing TIN as it processes transcripts sequentially. I have a large BAM file of ~35 GB. It took 18 hours to process that. Is there a way to speed it up using multithreading or multiprocessing?

Log in to answer this question.