Entering edit mode
9.5 years ago
megha.24may
•
0
Hello everyone,
I am getting this error in csScatter command.
> csScatter(genes(cuff))
Error in match(x, table, nomatch = 0L) :
argument "x" is missing, with no default
Could anyone of you suggest something for this.
Thanks and regards
Megha varshney
Crosspost: http://seqanswers.com/forums/showthread.php?t=59004
Looks like problem with your genes(cuff) data object. I have never experienced this and hard to comment without checking at the actual data. Check if the object is empty (or it has any genes in).
For a comparison, use this as a reference.
As far as I know, then their no problem with object because I'm getting this return value and other plots like cdDensity and dispersion-plot with same object.