Open cmorris2945 opened 6 years ago
You should confirm that there is the gene "Wnt4" in your vat object. You may check whether exists the gene 'Wnt4' in the vat object using the command: "Wnt4" %in% vat@use.genes if the return value is TRUE, it's ok.
With regards to the step:
Visualize gene expressions based on analysis results Plot one gene expression (2D) section.
I keep getting this error message: Error in getUseData(vat, use.genes = genes, drop = FALSE) : object 'Wnt4' not found
"Wnt4" is a gene that is in my dataset. Am I not putting it in the right way??