generating CLS file for GSEA from Cuffdiff output
1
0
Entering edit mode
8.0 years ago

I have differential expression data generated from cuffdiff that we would like to perform GSEA & GSVA on. I am unsure how to generate a CLS file for use with either of these toolsets. I plan to uses databases from msigDB and gseapy.

RNA-Seq differential expression GSEA • 2.7k views
ADD COMMENT
0
Entering edit mode
7.7 years ago
BioNinja • 0

If you plan to use gseapy, the fastest way is that you can assign a python list object to the parameter cls inside python console like this:

class_verctor = ['KO','KO','KO','WT','WT','WT']

You can see some examples here: http://pythonhosted.org/gseapy/gseapy_example.html

ADD COMMENT

Login before adding your answer.

Traffic: 2646 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6