v1.1.0 Release
[1.1.0] - 2025-02-07
Added
- New CLI tools (
cli_tools/) for streamlined featureCounts processing, CPM calculation, and SE–gene correlation analysis- Scripts such as
generate_gtf.py,generate_file_list.sh,run_featurecounts_array.sh, etc. correlation_analysis.pycomputes Pearson correlation between SE (CPM) and genes (TPM)
- Scripts such as
- Documentation updates:
- Added English (
README.md) and Japanese (README_ja.md) documentation undercli_tools/ - Updated the main repository documentation (
README.md) andSE_to_gene_links/docs to explain how to integrate the new CLI tools
- Added English (
Changed
- Refined repository structure by separating stand-alone CLI scripts into
cli_tools/, independent ofSEgene_package
Notes
- The newly added documents provide usage instructions and workflow details in both English and Japanese
- Enables advanced or extended analyses on top of the existing
SE_to_gene_linksfunctionalities
Full Changelog: v1.0.0...v1.1.0