CoGAPS icon indicating copy to clipboard operation
CoGAPS copied to clipboard

patternMarkers 'all' returning empty lists

Open kwoyshner opened this issue 3 months ago • 4 comments

Hi! I am trying to obtain patternMarkers from a cogaps result object using the following code: pMarks <- patternMarkers(NMF, threshold = "all", lp = NA, axis = 1)

It returns values for the scores and ranks how I would expect, but there are no patternMarkers for every pattern -- which seems weird. image image

The 'cut' version does return patternMarkers, but the output is formatted slightly differently than that returned by 'all' (each list isn't named by the pattern name), and there is a warning message I haven't seen before when using this function. image image

I am using R 4.3.0 and CoGAPS 3.24.0 (installed 5/2/24). I have never run into this issue before, but I had just reinstalled CoGAPS.

Looking into the patternMarkers code here (lines 480-490): image If I print the first few elements of thresholdTest it looks like a named list, but if I print the gene followed by names(gene) for each, the names are NULL image

I'm not sure if this is happening for anyone else. Please let me know if you need any other details!

kwoyshner avatar May 02 '24 19:05 kwoyshner