Skip to content

Commit

Permalink
Merge pull request #45 from LotharukpongJS/master
Browse files Browse the repository at this point in the history
Removed `taxonomy()` function to deprecation of `taxize()`.
  • Loading branch information
HajkD authored Sep 30, 2024
2 parents 435da0f + 5e5a50e commit dca16b6
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 401 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: myTAI
Type: Package
Title: Evolutionary Transcriptomics
Version: 1.0.1.9000
Version: 1.0.2.9000
Date: 2023-07-08
Authors@R: c(person("Hajk-Georg", "Drost",
role = c("aut", "cre"),
Expand Down Expand Up @@ -56,7 +56,6 @@ Suggests:
devtools (>= 1.6.1),
testthat (>= 0.9.1),
mgcv,
taxize (>= 0.6.0),
Seurat,
decor,
RcppThread
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export(rcpp_tei_parallel)
export(reversehourglassScore)
export(rhScore)
export(taxid)
export(taxonomy)
export(tf)
export(tfPS)
export(tfStability)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
myTAI 1.0.2.9000
===========
## New Functions
- New function `tfPS()` : Perform transformation of phylostratum values, analogous to `PS()` which transforms expression levels. Currently, `tfPS()` supports quantile rank transformation.
- New function `PairwiseTest()` : Statistically evaluate the pairwise difference in the phylotranscriptomic pattern between two contrasts based on \code{\link{TAI}} or \code{\link{TDI}} computations.
- New function `pairScore()` : Compute pairwise difference in TAI (or TDI) score.

## Bug and Issue Fixes
- Removed `taxonomy()` and references to it due to the deprecation of `taxize()`. This is needed for CRAN submission.

myTAI 1.0.1.9000
===========
## New Functions
Expand Down
97 changes: 0 additions & 97 deletions R/taxonomy.R

This file was deleted.

3 changes: 1 addition & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ articles:
Intermediate: Intermediate.html
Introduction: Introduction.html
Phylostratigraphy: Phylostratigraphy.html
Taxonomy: Taxonomy.html
last_built: 2024-05-24T09:34Z

9 changes: 1 addition & 8 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit dca16b6

Please sign in to comment.