ChIP-seq vs. RNA-seq
Hi!
I have two sets of data in fastq format, say A and B. How can I tell which one comes from ChIP-seq and which from RNA-seq experiment? Do you know any tricky way to find out?
• 6,704 views
•
link
1 answer
Map them both to a reference; the RNA-seq library will be more likely to have splice junctions (look for "N" in the BAM cigar string) and will be sparse in intergenic regions, while the ChIP-seq will have more even coverage, less dynamic range, and will probably have some low-level signal in most places. If it's a decent ChIP experiment, you'll see clear punctate peaks (if it's from transcription factors) or broad domains (from e.g., histone modification ChIP).
• 0 views
•
link
Log in to answer this question.
A similar question was recently asked: Characteristic features of Chip-seq and RNA-seq data
Take a look at the answers there. This sort of thing should not be happening in the first place. In case this is a test of some sort then we should not be helping you anyway :)