gersteinlab / texp

TeXP is a pipeline to gauge the autonomous transcription level of L1 subfamilies using short read RNA-seq data
Apache License 2.0
5 stars 1 forks source link

Paired-end files #2

Closed alerubio closed 5 years ago

alerubio commented 5 years ago

Hello. How can I use paired-end files?

$> ./TeXP.sh -f [FILE_NAME] -t [INT] -o [OUTPUT_PATH] n [SAMPLE_ID] -f: Input file (fastq,fastq.gz,sra) -t: Number of threads -o: Output path (i.e. ./ or ./processed) -n: Sample name (i.e. SAMPLE01)

thanks and bests

Alex

fabiocpn commented 5 years ago

Dear Alex,

At this moment, TeXP does not support paired-end files. Mostly because is much harder to model the effect of the distribution of fragment length in RNA-seq paired-end libraries. We suggest to process P1 and P2 independently and averaging the results. Our experience suggests that P1 and P2 should have very similar RPKM unless there is some quality issue on P2, then, this should be discarded.

Best, Fábio Navarro