- Remove deprecated
load_or_create()wrapper.
- Fix missing scipy/requests in reticulate Python environment for UKB LD queries.
- Remove stray 1KG tabix index committed to repo.
- Skip local VCF tests when Rsamtools can't read bundled VCF.
- Fix Rd formatting and
\dontrun{}example guards. - Add
Rplots.pdfand*.tbito.gitignore.
- Local R CMD check fixes and compatibility updates.
- Standardize
rworkflows.ymlwith canonical template: enable Docker onghcr.io, setwrite-allpermissions, useGITHUB_TOKEN, adddevelbranch trigger. - Remove tracked
.DS_Storefiles.
get_LD: pass upsubset_commonarg
- Fix UKB LD now that AlkesGroup moved data to AWS S3 bucket: #12
- Implement
rworkflows
get_UKB_MAF-->get_MAF_UKBget_LD_UKB:- New subfunction
load_ld_r``tryFun: - Remove
tryFunfunction.
- New subfunction
- Added
echocondato Remotes:github::RajLabMSSM/echoconda - Remote
GenomeInfoDbImport (no longer used here). - Fix GHA: @master --> @v2
- Fix
saveSparseexample. - Fix
filter_LDunit test. - Fix
download_UKB_LD: UpdatedownloadR::downloaderarg fromoutput_path-->output_dir
- New function:
vcf_to_plink
- New exports:
readSparsesaveSparseget_LD_vcfget_LD_matrixr2_to_rto_sparse
- Enabled reading of pre-computed matrices stored in various file formats, both from local and remote files.
- Pass
query_genometoget_LD_vcf()andget_LD_matrix.
- Perform
liftoverin all areas where necessary. - Confirm that UKB is indeed aligned to hg19.
- Document genome builds of each LD reference panel.
- Fix typos in unit tests: test-plot_LD/
- Remove
R.utilsfrom Imports.
- Updated GHA.
- Flipped reporting of SNPs/samples in
compute_LD.
- Switched default conda env to echoR_mini.
- Make dedicated
read_LD_list.
- Change default method for
echotabix::query_vcfto "conda" while "variantannotation" is being fixed. - Move extdata example VCFs to
echodata. - Ensure
get_LDconverts returned matrix to sparse for all methods. - Pass
conda_envdown toget_LD_custom.
- Fix
downloadR. - Fix which package load_ld.py is imported from (
echodata-->echoLD). - Remove copy of
dt_to_granges.
- Update to match changes in
echotabix. - Change to more consistent/intuitive function names:
create_or_load-->get_LDLD_ukbiobank-->get_LD_UKBLD_1KG-->get_LD_1KGLD_custom-->get_LD_custom
- Added more unit tests.
- Exported:
filter_LDsubset_common_snpsplot_LD
- Moved Imports to Suggests:
gastongraphicsLDlinkRadjclust
get_UKB_MAF: Cached UKB MAF inechoLD-specific cache.- Moved majority of data to
echodatapackage. - Convert LD to sparse by default. Only convert if not already sparse.
- Remove codecov yaml.
- Add CITATIONS file.
- Update README to use autofill.
- Add hex sticker.
- Remove docs/
- Updated GHA with latest ``templateR` workflow.
- Added a
NEWS.mdfile to track changes to the package. - Utilises
echoannotanddownloadRpackages.