Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILCI CACCIA Method Requests #12

Merged
merged 6 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rTASSEL
Version: 0.9.32
Version: 0.9.33
Date: 2018-12-21
Title: R Front-End for TASSEL
Authors@R: c(
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export(concatenate)
export(createTree)
export(distanceMatrix)
export(exportGenotypeTable)
export(filterGenotypeTableBySiteName)
export(filterGenotypeTableSites)
export(filterGenotypeTableTaxa)
export(genomicPrediction)
Expand All @@ -22,6 +23,7 @@ export(ldJavaApp)
export(ldPlot)
export(linkageDiseq)
export(mds)
export(mergeGenotypeTables)
export(pca)
export(plotManhattan)
export(plotManhattanQC)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES IN VERSION 0.9.33
* Fixed typo in `plotPCA()` error message
* Add new function `filterGenotypeTableBySiteName()`:
+ Filters genotype tables using literal marker names/IDs
* Add new function `mergeGenotypeTables()`:
+ Merges multiple genotype tables by site values

# CHANGES IN VERSION 0.9.32
* Updated `tableReport()` method dispatch for all `AssociationResults`
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# rTASSEL 0.9.33
* Fixed typo in `plotPCA()` error message
* Add new function `filterGenotypeTableBySiteName()`:
+ Filters genotype tables using literal marker names/IDs
* Add new function `mergeGenotypeTables()`:
+ Merges multiple genotype tables by site values


# rTASSEL 0.9.32
Expand Down
Loading