Hello alI,
I am in search of a program/tool which can take the given RNA-seq or ChIP-seq data, what program can be used to determine whether two profiles are likely to be from the same cell line, based on sequence analysis. Preferably this should be a standalone program that runs at the command line, is passed two aligned sequence (BAM) files, ideally is built on publicly available tools, and completes in less than 5 minutes. Please let me know your thoughts on this. Thanks a lot for your help.
I don't think it's even theoretically possible to say whether two samples come from the same cell line. With just two samples there is no way to tell how much of the difference is due to the cell line and how much is due to technical (ir)reproducibility or else.
By the way, requiring to complete in less than 5 minutes it's probably going to be tough.
I agree with @dariober, I don't think so there is any tool. But if you really want to compare two ChIP-seq profiles are from single cell-line you should probably investigate cell type specific binding pattern (peaks) of particular factor. You might need to set a threshold for similarity of binding profile but this work might take some time to think the parameters you want to include. I believe you have to write code by yourself and time would be a big constrain. All the best