Hi @kate2
Congrats on learning a new analysis process! ![]()
We have a few tutorials that explain more about how the inputs and queries for these tools work.
Generating count tables
DE with Limma
GOSeq → GOEnrichment
GOEnrichment details
With that context, I think you are asking about making a direct query against the outputs from a tool like Limma, correct?
If your DE table was filtered already, the result describes the first factor in the presence of the second factor. For a query against the fold change between the two samples: a positive value means overexpressed and negative means underexpressed.
You could explore that result more with a tool like this one:
- Hands-on: 2: RNA-seq counts to genes / 2: RNA-seq counts to genes / Transcriptomics (MD plots and Volcano plots)
Then see the next step in the tutorial above-- the data is further reduced by a query against the fold change and a pvalue. These seems to be what you want to do with your direct queries here:
After, once you have isolated your significant genes of interest, and annotated them with true/false (required for GOSeq), you can then explore with GOSeq and GOEnrichment using the reduced data.
In short: the processing has major steps where the data is reduced. Generating the counts is one of those, then the next reduction step comes from determining the significant differences between your samples. You can do this a few ways! Then, once you have a set of genes of interest, you can explore the connections between them using higher levels of annotation (GO → Pathways → biological meaning).
Please give that a review and let us know if it answers your question! We haven’t summarized this content at the forum in a while, so I’m glad you asked! ![]()