HuobinTan / scVAT

Single-Cell Visual Analysis Toolkit
GNU General Public License v3.0
1 stars 0 forks source link

ERROR MESSSAGE #4

Open cmorris2945 opened 6 years ago

cmorris2945 commented 6 years ago

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??

thbin commented 5 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.