scGSVA icon indicating copy to clipboard operation
scGSVA copied to clipboard

'group' column in scgsva result@obj

Open MingchenInSZ opened this issue 1 year ago • 1 comments

I am newer to GSVA, And i want to find the sig kegg path using the scrna data. But in the demo scripts, there is no 'group' in the metadata of the pbmc,How does the 'group' column appear in the data results? and what's the real meaning of group?

MingchenInSZ avatar Nov 22 '23 09:11 MingchenInSZ

Hi @MingchenInSZ , The group was the one you defined in your single-cell object. Here in the demo, the group could find:

data(pbmcs)
head([email protected])

I hope this will help. K

guokai8 avatar Nov 22 '23 19:11 guokai8