I tried to compare results which I got it from DESeq2, but got this error?
Error in cleanContrast(object, contrast, expanded = isExpanded, listValues = listValues, : as CF is the reference level, was expecting condition_S1_vs_CF to be present in 'resultsNames(object)'
• 1,967 views
•
link
0 answers
No answers yet.
Log in to answer this question.
At the minimum, we will need to see your
coldata, the output ofresultsNames(dds)and theresults(...)call you made to help you with this issue.see [[ Please read before posting a question ::: How To Ask A Good Question ]]
Thanks for the reply, fortunately I was able to find the issue in my script. Thanks agin.