Hello,
So, currently, I have 1 pair of normal-cancer data from RNA-seq. I already generated gene level read counts with Salmon. What I want to do is to check for a certain gene whether it is up or down regulated. So, is there any problem with just 1 pair of sample? What tools will be suitable for 1 pair sample like this (DESeq2, limma, edgeR,etc)?
Thank you for your answers and suggestions.
Thank you. So, for this data, there is no replicates. I only have 1 fastq file from normal cell and 1 fastq file from cancer cell. That's why I am currently don't know what to do.
It's little difficult to convince people on your findings without replicates. Anyway you can run DESeq2 without replicates as well. But in that case there is no meaning of your p-value and statistics. To overcome this you can filter highly up and down genes, confirm those in genome browser (for eg IGV ) and perform downstream analysis with those confidant diff. exp. genes.
Chirag
Thank you for your suggestion. I will try that. Also, I want to ask about replicates. So, if there are 3 cancer samples but from different patient/person, can those samples can be consider as replicates or it should come from same patient/person? Until now, the RNA-seq published via NCBI mostly compare several normal-cancer pair but from different patient/person. I know this replicates problem is very important for statistical significance so I want to understand more about this.
The answer is yes and no. Yes because if those cancers are same you can consider them as biological replicates. Again I would suggest you to calculate correlation between those patients samples. If samples don't correlate though cancers are same (in different patients) you will be in trouble. You can not consider them as biological replicates. The reason for not correlating possibly technical or real biological phenomena. We don't know. So far what I have observed is people do sequencing of same sample in duplicates (one patient) to check the technical variability vs biological phenomena. That will give you more confidant but definitely more expensive.
Chirag