- Made error handling more graceful.
- Added support for GPL17811 (thanks to @jacorvar).
- Fixed processing of ArrayExpress data (thanks to @jacorvar).
- Removed deprecated argument from
biomaRt::listEnsemblArchives()
.
- Updated test for fetching metadata again.
fetchMetadata()
now orders its result.
- Updated test for fetching metadata.
- Updated test expectations for altered column order in metadata from ENA.
- Removed dependency on ArrayExpress package.
- Fixed handling of whitespace in file paths while installing miniconda.
- Updated for BioStudies API.
fetchMetadata()
can now save the metadata to a text file.
- Revised documentation.
- Revised package for CRAN.
- Revised "Description" text.y
- Skipped more tests on CRAN to avoid installation of packages.
- Removed default install directories for dependencies in
installSysDeps()
. - Replaced
options(warn=-1)
to usesuppressWarnings()
. - Updated description text.
- Revised console printing.
- Added support for more platforms.
- Added ability for
seekerArray()
to skip processing the expression data.
- Added installation of snakemake by
installSysDeps()
for easier reproducible analyses.
- Added argument to
installSysDeps()
to specify directory in which to create or modify .Rprofile.
- Skipped "
getNaiveEsetAe()
supported" test on CRAN due to BioConductor issues.
- Made
getProbeGeneMapping()
test check for version number of mapping package. - Revised arguments for
seekerArray()
and updated tests and vignettes accordingly.
- Set default parent directory for
seekerArray()
. - Added custom CDF support for platform GPL17400.
- Updated
seeker()
to save unmodified metadata file.
- Updated
seeker()
to output info of SRA Toolkit-based dependencies. - Revised tests and updated version number to prepare for a CRAN submission.
- Updated
run_seeker.sh
to use correct conda environment. - Updated Reproducibility vignette to not require local installation of the R package.
- Changed
species
toorganism
for consistency with NCBI and other packages. - Added checking for parallel backend.
- Fixed syntax to adhere to lab code style.