Skip to content

Commit

Permalink
referring to mosdef in the 101
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Sep 13, 2024
1 parent 5d710c0 commit 5a816b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/extdata/GeneTonic101.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Four main ingredients are required:

2. `res_de`: a `DESeqResults` object, the results of Differential Expression analysis, computed on the `dds` object above. This extends the `S4Vectors::DataFrame` class.

3. `res_enrich`: a `data.frame`, containing the results of the enrichment analysis, generally computed on the basis of the DE results and the expression matrix. The `GeneTonic` main functions require some specific columns to be present, specified in the package documentation. Common formats (e.g. from `pcaExplorer::topGOtable` or from `ClusterProfiler`) are supported with conversion functions.
3. `res_enrich`: a `data.frame`, containing the results of the enrichment analysis, generally computed on the basis of the DE results and the expression matrix. The `GeneTonic` main functions require some specific columns to be present, specified in the package documentation. Common formats (e.g. from `pcaExplorer::topGOtable`/`mosdef::run_topGO` or from `ClusterProfiler`) are supported with conversion functions.

4. `annotation_obj`: the annotation `data.frame`, composed at least of two columns, `gene_id`, with a set of unambiguous identifiers (e.g. ENSEMBL ids) corresponding to the row names of the `dds` object, and `gene_name`, containing e.g. HGNC-based gene symbols.

Expand Down

0 comments on commit 5a816b9

Please sign in to comment.