How to check fastq file for feature retained from vector construct after RNA-seq
2
0
Entering edit mode
20 months ago
soup • 0

Hi all!

I was just wondering if there was a fast method for me to check what parts from my vector/plasmid sequence is still present in my fastq file (after RNA-seq) aside from my transgene.

RNA sequencing fastq vector • 575 views
ADD COMMENT
1
Entering edit mode
20 months ago
GenoMax 141k

You can use a scanning/trimming program like bbduk.sh in filter mode (guide: https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/bbduk-guide/ ) to see if those sequences are present in your data.

Another way would be to use the bloom filter in BBMap suite to quickly identify reads that share k-mers with your sequence of interest.

ADD COMMENT
0
Entering edit mode
20 months ago
Zhenyu Zhang ★ 1.2k

All GenoMax said. Or you can align your reads to a reference genome that only contains your plasmid sequence

ADD COMMENT

Login before adding your answer.

Traffic: 2094 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