- Organizing the files in directories to allow installation from github
- Moving functions descriptions for roxygen style
- Solving conflict of version 2.0.4 with 2.0.5 (the one in CRAN)
- Replacing old vignettes in pdf with new ones using RMarkdown
- Adding functions to plot raw data
- Adding functions to draw graphics showing marker categories
- Adding functions to perform chi-square tests for marker segregation
- Adding functions to identify alpha under Bonferroni's argument
- Correcting documentation not compiling for RMarkdown
- Updating dependencies for other R packages
- (To be included)
- Updating .travis.yml for the newer standards
- Updating README in order to solve Windows user's issues.
- Updating dependencies and NAMESPACE for newer standards (R-3.4.0)
- Updating dependencies within Bioconductor packages
- Fixing chi-square segregation tests for markers with missing classes
- Bug fix in function test_segregation for F2 cross
- Fix in example f2
- Codif_data changed to deal with dominant markers for F2
- Warnings removed and labels added to outcross plot
- plot.onemap palette changed
- Included C.A, D.B and A.H.B types in plot by segregation
- New argument in select_segreg
- Function create_data_bins now keeps CHROM and POS infos
- Possible to make sequences from CHROM and POS using 2pts object
- Outcrossing vcf example file are available
- New functions group_seq and print.group_seq
- Functions draw.try and draw_order are now defuncts
- Vignette for outcrossing updated
- F2 vcf example file are available
- Vignette for inbred updated
- onemap_read_vcfR function
- Examples files for rils and backcross populations
- Vignette for inbred and outcrossing updated
- rf_graph_table updated with ggplot2 and plotly
- NAMESPACE automated with roxygen2
- write_onemap_raw function
- Vignette updated
- vcf2raw as defunct
- draw_map2 function
- Vignette update
- mds_onemap function
- Vignette update
- Submitted to CRAN
- Adapt compare to rils and backcross
- draw_map2 now receives data.frames
- Changing class functions to is
- Adapt try_seq to rils and backcross
- onemap_read_vcfR also accept phased VCF
- Submitted to CRAN
- split_onemap function to split onemap objects
- filter_missing function to filter markers in onemap object by missing data
- map parallelized with Batchmap method
- Option rm_unlinked in map to remove markers which not reach the linkage criterias when estimating genetic distances by HMM
- All ordering algorithms now presents the possibility to parallelize the last step (map) and remove automatically unlinked markers and repeat the ordering procedure
- suggest_lod function now works also with sequence objects
- Remove argument hmm from mds_onemap
- Solve numerical problems with small negative LOD values in rf_2pts
- Update all RDatas to new format and compressed form
- Function map_avoid_unlinked to automatically remove the unlinked markers and restart the map
- create_depths_profile plots allele counts and genotypes from vcf, onemap and errors
- runpedsim wrapper function for PedigreeSim software
- pedsim2raw converts PedigreeSim outputs to onemap raw file
- pedsim2vcf converts PedigreeSim outputs to VCF file simulating counts with updog or negative binomial
- Replace all get() by nothing
- Export parents and progeny haplotypes with write_haplotypes.R
- Draw graphics for progeny haplotypes
- F2 intercross populations now uses the same HMM than outcrossing populations. Modification needed to correct infer dominant markers and also to export progeny haplotypes.
- Function vcf2progeny_haplotypes to convert phased VCF in onemap_progeny_haplotypes object. It make possible to draw the haplotypes for phased VCFs.
- Function seq_by_type split sequence by marker type
- Internal function map_save_ram creates new onemap object for only the evaluated sequence and, after finished process that require too much RAM memory, it return the complete onemap object to user. This save RAM memory in parallelization process.
- Vignettes update
- Documentation update
- Remove functions to perform simulations
- Remove updog and PedigreeSim dependency
- Edit haplotypes graphics
- Add testthat tests
- Bug fix in functions
- Add group_upgma function
- HMM parallelization also available for Windows systems
- Add simulated data for tests purpose
- Removing MDSMap from dependencies
- Updated vignettes
- Github workflow
- Include hmm=FALSE option for ordering algorithms
- Updated vignettes
- Add parallelization.type argument to user choose between PSOCK and FORK
- vcfR as import
- remove unlist of rf_2pts
- Replacing is by inherits to fix issues in R dev versions
- New preprint including OneMap updates:
Taniguti, C. H., Taniguti, L. M., Amadeu, R. R., Mollinari, M., Da, G., Pereira, S., Riera-Lizarazu, O., Lau, J., Byrne, D., de Siqueira Gesteira, G., De, T., Oliveira, P., Ferreira, G. C., &; Franco Garcia, A. A. Developing best practices for genotyping-by-sequencing analysis using linkage maps as benchmarks. BioRxiv. https://doi.org/10.1101/2022.11.24.517847
- Functions to filter markers based on two-points estimations: filter_2pts_gaps and rf_snp_filter_onemap
- Optimization of find_bins and map_avoid_unlinked
- New function to save RAM memory after filters: keep_only_selected_mks
- Review spell_check
- Avoid -Inf likelihood result by increasing the tolerance value
- Fix bug in mds_onemap