Skip to content

Commit

Permalink
adding documentation for new GATAI functions #50
Browse files Browse the repository at this point in the history
  • Loading branch information
HajkD committed Nov 20, 2024
1 parent 3563a77 commit 6c7bd13
Show file tree
Hide file tree
Showing 105 changed files with 1,025 additions and 255 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export(EarlyConservationTest)
export(EnrichmentTest)
export(Expressed)
export(FlatLineTest)
export(GATAI)
export(GroupDiffs)
export(LateConservationTest)
export(MatchMap)
Expand All @@ -27,13 +28,15 @@ export(PlotRE)
export(PlotReplicateQuality)
export(PlotSelectedAgeDistr)
export(PlotSignature)
export(PlotSignatureGATAIGeneRemoval)
export(PlotSignatureTransformed)
export(PlotVars)
export(RE)
export(REMatrix)
export(ReductiveHourglassTest)
export(ReverseHourglassTest)
export(SelectGeneSet)
export(SignatureGATAIGeneRemoval)
export(TAI)
export(TDI)
export(TEI)
Expand All @@ -46,6 +49,7 @@ export(ecScore)
export(geom.mean)
export(harm.mean)
export(is.ExpressionSet)
export(is_installed_gatai)
export(lcScore)
export(omitMatrix)
export(pMatrix)
Expand Down
4 changes: 1 addition & 3 deletions R/GATAI.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#' @title Low level interface function with GATAI
#' @description
#' This function interfaces with the GATAI software which removes the genes that create the \code{\link{PlotSignature}} pattern.
#' \code{GATAI} can be found at \url{https://github.com/drostlab/gatai}.
#' @description This function interfaces with the GATAI software which removes the genes that create the \code{\link{PlotSignature}} pattern.
#' @param ExpressionSet a standard PhyloExpressionSet, DivergenceExpressionSet or PolymorphismsExpressionSet object.
#' @param singlecell_data a logical value indicating whether or not the input \code{ExpressionSet} is a single cell dataset.
#' @param gatai_results_path where shall GATAI results be stored. Default \code{gatai_results_path = tempdir()}.
Expand Down
2 changes: 1 addition & 1 deletion R/PlotSignatureGATAIGeneRemoval.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Plot evolutionary signatures across transcriptomes after GATAI gene removal
#' @title Plot evolutionary signatures across transcriptomes after GATAI gene removal
#' @description Main function to visualize transcriptome indices after GATAI gene removal .
#' @param ExpressionSet a standard PhyloExpressionSet, DivergenceExpressionSet or PolymorphismsExpressionSet object.
#' @param measure type of transcriptome index that shall be computed. E.g.
Expand Down
1 change: 1 addition & 0 deletions R/is_installed_gatai.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' @title Test whether GATAI is installed on user machine
#' @description Helper function to test if the user has set up GATAI correctly in their environment.
#' @export
is_installed_gatai <- function() {
tryCatch({
Expand Down
16 changes: 0 additions & 16 deletions config.log
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
0.29.2
3
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c test-omp.c -o test-omp.o
test-omp.c:1:10: fatal error: 'omp.h' file not found
#include <omp.h>
^~~~~~~
1 error generated.
make: *** [test-omp.o] Error 1
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c test-omp.c -o test-omp.o
test-omp.c:1:10: fatal error: 'omp.h' file not found
#include <omp.h>
^~~~~~~
1 error generated.
make: *** [test-omp.o] Error 1
2 changes: 1 addition & 1 deletion docs/404.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/LICENSE-text.html

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

4 changes: 2 additions & 2 deletions docs/articles/Advanced.html

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

4 changes: 2 additions & 2 deletions docs/articles/Enrichment.html

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

4 changes: 2 additions & 2 deletions docs/articles/Expression.html

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

4 changes: 2 additions & 2 deletions docs/articles/Intermediate.html

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

4 changes: 2 additions & 2 deletions docs/articles/Introduction.html

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

4 changes: 2 additions & 2 deletions docs/articles/Phylostratigraphy.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/articles/index.html

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

6 changes: 5 additions & 1 deletion docs/authors.html

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

3 changes: 2 additions & 1 deletion docs/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/news/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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
Intermediate: Intermediate.html
Introduction: Introduction.html
Phylostratigraphy: Phylostratigraphy.html
last_built: 2024-10-03T16:07Z
last_built: 2024-11-20T09:19Z
urls:
reference: https://drostlab.github.io/myTAI/reference
article: https://drostlab.github.io/myTAI/articles
2 changes: 1 addition & 1 deletion docs/reference/CollapseReplicates.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/reference/CombinatorialSignificance.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/reference/DiffGenes.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/reference/DivergenceExpressionSetExample.html

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

10 changes: 5 additions & 5 deletions docs/reference/EarlyConservationTest.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/reference/EnrichmentTest.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/reference/Expressed.html

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

Loading

0 comments on commit 6c7bd13

Please sign in to comment.