Getting Started¶
Basic Usage¶
This guide will help you quickly get started with GeneInsight for gene set analysis.
Input Files¶
GeneInsight requires two input files:
Query Gene Set: A text file containing the genes of interest (one gene ID per line)
Background Gene Set: A text file containing a background set of genes for statistical comparison
Example Files¶
You can generate example files using the built-in utility:
# Create an examples folder in your current directory
geneinsight-examples
# Or specify a custom destination
geneinsight-examples --path /path/to/destination
Running Your First Analysis¶
Using the example files:
geneinsight examples/sample.txt examples/sample_background.txt -o ./output
This will:
Process the query and background gene sets
Retrieve annotations from the STRING database
Perform topic modeling to identify biological themes
Apply statistical enrichment analysis
Generate an interactive HTML report
For detailed information about the output files and visualization, please refer to the Output Format documentation.
Next Steps¶
Try running GeneInsight with different parameter settings
Explore the case studies in the Examples section
Refer to the Usage documentation for advanced options