Entering edit mode
Hi,
I am using bioconductor to analyze my siRNA screen. I load the data using the command:
x<-configure(x, descripFile = "Description_test.txt", confFile = "Plateconf_test.txt", path = dataPath)
I then choose to generate a report in the .html format:
out <- writeReport(raw = x)
when I check the report on the browser I note that half of my samples have been flagged and not included in the plot. I have not uploaded any screen log file. Additionally, 'screen description' tab contains no description loaded. The plate layout visualization seems fine. Any thoughts on how to solve these issues?
Thank you,
Miriam