Hi,
First of all thanks for your helpful reply.
I am trying ESTIMATE tool in RNA-Seq data aswell.
I have normalized and transformed data via rlog but even if I checked the man and help option, the steps are unclear for me.
Should I use first "filterCommonGenes" option and get "genes.gct" file? With the given codes below will I obtain "OV_estimate_score.gct" and get raw estimation using these files with "estimateScore" commond?
out.file <- tempfile(pattern="estimate", fileext=".gct")
outputGCT(in.file, out.file)
I am sorry, I confused a lot through infos.
Can you please elaborate on what you have already tried and on which part (or parts) you are having trouble? Thank you.
How can I use this package? I want to know whether I should normalize data before use or not? And at last, how can I read the .gct output file?
How to prepare the .gct file to use in DESeq2