Entering edit mode
8.6 years ago
Greg P
▴
70
I am analyzing some RNA-Seq data from mice that have a conditional knockout of a certain gene using the Lox-cre system. I am told, however, that the cre recombinase was accidentally placed inside the exon of a gene. I have two questions
- Is it feasible to find the sequence of the cre recombinase in the RNA-Seq reads (FASTQ files)?
- If so, how could this be done?
While @harold.smith.tarheel's
grep
method may work to give you a quick yay/nay indication, you may want to take the cre sequence, create a quick index with an aligner of your choice and align.@harold.smith.tarheel Hi Harold, could you tell me clearly how to find my Cre gene expression in Fastq file (better if you provide some example code) Thanks in advance
Do not add answers unless you're answering the top level question. Use
Add Comment
orAdd Reply
instead. I've moved your post to a comment on the top level post for now, but please be more careful in the future.