Unpaired Reads #21
Answered
by
igordot
AnkeKloock
asked this question in
Q&A
-
|
How do I analyze unpaired reads? I have paired reads for my own RNAseq study, but for the ones from other studies I only have unpaired reads. Is there a way to analyze these with SeqNSlide? |
Beta Was this translation helpful? Give feedback.
Answered by
igordot
Jul 16, 2025
Replies: 1 comment
-
|
You can use either paired or unpaired reads. When you run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igordot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use either paired or unpaired reads. When you run
sns/gather-fastqs, files will be added to thesamples.fastq-raw.csvfile. The first column is the sample name, the second column is the R1 FASTQ, and the third column is the R2 FASTQ (if available). Each line contains a single FASTQ (or a pair of FASTQs for paired-end experiments).