Closed Elena983 closed 1 year ago
Do you define the parameter of tissue
in findmarkergene
. Generally, this function is used like the following:
obj <- findmarkergene(object = obj, species = "Human", marker = cellmatch, tissue = "Kidney")
Yes
> obj <- findmarkergene(object = obj,
+ species = "Human",
+ marker = cellmatch,
+ cancer = "Liver Cancer",
+ tissue = "Liver")
Error in findmarkergene(object = obj, species = "Human", marker = cellmatch, :
No matched potential marker genes in the matrix!
In addition: Warning message:
In .filter_marker(marker, species, cancer, tissue) :
There are only 42 potential marker genes in CellMatch database for Human Liver Cancer on Liver!
There are only 42 markers under this condtion.
Maybe you can try
obj <- findmarkergene(object = obj, species = "Human", marker = cellmatch, tissue = "Liver")
I doubt that the gene names in obj
are not human's official symbols. Can you show me the rownames(obj@data$ndata)[1:10]
?
The gene names are not human's official symbols! You should change them to human's or set a right species
Give me example of these symbols please
"BTG1", “C1QB”, "C1QC"
Hello
I received this error. What can I do in this case?