Skip to content

Commit bfad7c5

Browse files
committed
GAMA version 0.2.2
1 parent 9ebb993 commit bfad7c5

19 files changed

Lines changed: 369 additions & 268 deletions

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: 'If you use GAMA in your research, please cite it as below.'
33
title: 'GAMA: Genomic Availability & Metadata Analysis Tool'
4-
version: 0.2.1
5-
date-released: 2026-02-27
4+
version: 0.2.2
5+
date-released: 2026-03-06
66
authors:
77
- family-names: Lewis
88
given-names: James

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: GAMA
22
Title: Genomic Availability & Metadata Analysis Tool
3-
Version: 0.2.1
3+
Version: 0.2.2
44
Authors@R:
55
person('James', 'Lewis',
66
email = 'James.Lewis-2022@outlook.com',
@@ -11,8 +11,9 @@ Description:
1111
data for user-defined sets of species. It unifies NCBI Assembly, SRA,
1212
and BioSample query searches to generate availability summaries with a
1313
composite data richness score, alongside ontology-based breakdowns of
14-
SRA modalities and GEO experiment linkage. GAMA is intended to support
15-
feasibility assessments for in silico research on underutilised plants.
14+
SRA modalities, GEO experiment linkage, and BioSample/BioProject-level
15+
replication skew. GAMA is intended to support feasibility assessments
16+
for in silico research on underutilised plants.
1617
URL: https://github.com/JLewis-dev/GAMA
1718
BugReports: https://github.com/JLewis-dev/GAMA/issues
1819
License: MIT + file LICENSE
@@ -22,7 +23,6 @@ Imports:
2223
ggplot2,
2324
purrr,
2425
rentrez,
25-
rlang,
2626
tibble,
2727
tidyr,
2828
xml2

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export(extract_assembly_metadata)
55
export(extract_sra_metadata)
66
export(plot_availability)
77
export(plot_sra_availability)
8-
export(plot_sra_geo_availability)
8+
export(plot_sra_geo)
99
export(plot_sra_skew)
1010
export(query_species)
1111
export(summarise_availability)

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# GAMA 0.2.2
2+
3+
## Refactoring
4+
- Renamed `plot_sra_geo_availability()` to `plot_sra_geo()`
5+
- GEO linkage fields are now always cached in `summarise_sra_availability()` output via the attached `sra_profile`, regardless of `include_geo`
6+
- `include_geo = TRUE` now acts only as an output visibility option, appending species-level GEO summary columns without changing what is cached
7+
8+
## Documentation
9+
- Updated roxygen documentation and examples to reflect the revised GEO caching and `plot_sra_geo()` workflow
10+
- Added `docs/GAMA_user_guide.pdf` as a comprehensive reference for GAMA functions and methods
11+
12+
## Testing
13+
- Tested end-to-end SRA availability and GEO overlay workflow
14+
15+
---
16+
117
# GAMA 0.2.1
218

319
## Refactoring

0 commit comments

Comments
 (0)