Read length of RNA-seq from HiSeq 2500
1
0
Entering edit mode
6.0 years ago
boymin2020 ▴ 80

Hi,

Recently, I received some RNA-seq datasets from our co-operators. I have checked the qualities with FASTQC tool. The distribution of read length just includes 100bp. I want to know what is the sequencing range of fragments? Do the datasets have reads with <100 bp reads. If so, why they have not been shown here?

Thanks

RNA-Seq sequence • 2.4k views
ADD COMMENT
2
Entering edit mode

Illumina reads are all the same length, unless someone has trimmed them to remove adapters, low quality bases, etc., which is sometimes done by the sequencing center.

ADD REPLY
0
Entering edit mode

Thanks for the reply. Based on what you said, the fragments whose length are less than the specific sequencing length (e.g., 100bp) are not sequenced?

ADD REPLY
1
Entering edit mode
6.0 years ago
GenoMax 141k

If the sequencing length is longer than length of fragment then the read will show read-through into Illumina adapter on 3'-end. You would still have a 100 bp read(s) until action is taken to scan/trim the extraneous sequence which will then result in a final read length of < 100 bp.

ADD COMMENT
0
Entering edit mode

Thank for the reply. Could you also tell me how I see the read-though in illumina adapter?

ADD REPLY
2
Entering edit mode

If you scan/trim your data (I recommend bbduk.sh from BBMap suite), you will be able to see where the adapter sequences are. You could trim the data and then look at the corresponding original sequences in reads that get trimmed. Alternatively use the masking mode (kmask=N) to convert adapter sequences to N's, leaving the read length intact.

ADD REPLY
0
Entering edit mode

@genomax, thanks for introducing BBMap suite. But it seems I should know the adapter sequence before trim.

ADD REPLY
0
Entering edit mode

Not necessarily. If you are using one of the standard Illumina kits then the sequences necessary for scanning and trimming are included in a file (adapters.fa) in the resources directory of BBMap software distribution.

ADD REPLY

Login before adding your answer.

Traffic: 2931 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6