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.
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.
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.
All GenoMax said. Or you can align your reads to a reference genome that only contains your plasmid sequence
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.