Package: LongDat 1.1.2

LongDat: A Tool for 'Covariate'-Sensitive Longitudinal Analysis on 'omics' Data

This tool takes longitudinal dataset as input and analyzes if there is significant change of the features over time (a proxy for treatments), while detects and controls for 'covariates' simultaneously. 'LongDat' is able to take in several data types as input, including count, proportion, binary, ordinal and continuous data. The output table contains p values, effect sizes and 'covariates' of each feature, making the downstream analysis easy.

Authors:Chia-Yu Chen [aut, cre], Sofia Forslund [ctb]

LongDat_1.1.2.tar.gz
LongDat_1.1.2.zip(r-4.5)LongDat_1.1.2.zip(r-4.4)LongDat_1.1.2.zip(r-4.3)
LongDat_1.1.2.tgz(r-4.4-any)LongDat_1.1.2.tgz(r-4.3-any)
LongDat_1.1.2.tar.gz(r-4.5-noble)LongDat_1.1.2.tar.gz(r-4.4-noble)
LongDat_1.1.2.tgz(r-4.4-emscripten)LongDat_1.1.2.tgz(r-4.3-emscripten)
LongDat.pdf |LongDat.html
LongDat/json (API)
NEWS

# Install 'LongDat' in R:
install.packages('LongDat', repos = c('https://ccy-dev.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ccy-dev/longdat/issues

Datasets:

On CRAN:

5 exports 3 stars 1.03 score 110 dependencies 4 scripts 330 downloads

Last updated 10 months agofrom:bda482dde4. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-winOKSep 17 2024
R-4.5-linuxOKSep 17 2024
R-4.4-winOKSep 17 2024
R-4.4-macOKSep 17 2024
R-4.3-winOKSep 17 2024
R-4.3-macOKSep 17 2024

Exports:cuneiform_plotlongdat_contlongdat_discmake_master_tabletheta_plot

Dependencies:abindbackportsbestNormalizebootbroombutchercarcarDataclasscliclockcodetoolscolorspacecorrplotcowplotcpp11crayondata.tableDerivdiagramdigestdoBydoParalleldoRNGdplyreffsizeemmeansestimabilityfansifarverforeachfuturefuture.applygenericsggplot2glmmTMBglobalsgluegowergtablehardhatipredisobanditeratorsKernSmoothlabelingLambertWlamWlatticelavalifecyclelistenvlme4lobstrlubridatemagrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamodelrmunsellmvtnormnlmenloptrnnetnortestnumDerivparallellypatchworkpbkrtestpillarpkgconfigplyrprettyunitsprodlimprogressrpurrrquantregR6RColorBrewerRcppRcppEigenRcppParallelrecipesreshape2rlangrngtoolsrpartrstatixscalesshapeSparseMSQUAREMstringistringrsurvivaltibbletidyrtidyselecttimechangetimeDateTMBtzdbutf8vctrsviridisLitewithr

Longitudinal analysis pipeline with longdat_cont()

Rendered fromLongDat_cont_tutorial.Rmdusingknitr::rmarkdownon Sep 17 2024.

Last update: 2023-04-17
Started: 2021-08-13

Longitudinal analysis pipeline with longdat_disc()

Rendered fromLongDat_disc_tutorial.Rmdusingknitr::rmarkdownon Sep 17 2024.

Last update: 2023-04-17
Started: 2021-08-13

Readme and manuals

Help Manual

Help pageTopics
Effect size (Cliff's delta) calculation in longdat_disc() pipelinecliff_cal
Covariate model test in longdat_cont() pipelineConModelTest_cont
Covariate model test in longdat_disc() pipelineConModelTest_disc
Post-hoc test based on correlation test for longdat_cont().correlation_posthoc
Create cuneiform plots of result table from longdat_disc() or longdat_cont()cuneiform_plot
Data preprocessingdata_preprocess
Calculate the p values for every factor (used for selecting factors later)factor_p_cal
Generate result table as output in longdat_cont()final_result_summarize_cont
Generate result table as output in longdat_disc()final_result_summarize_disc
Replace the symbols in variable and covariate names in raw inputfix_name_fun
Longitudinal analysis with time as continuous variablelongdat_cont
data/LongDat_cont_feature_table.RData documentationLongDat_cont_feature_table
data/LongDat_cont_master_table.RData documentationLongDat_cont_master_table
data/LongDat_cont_metadata_table.RData documentationLongDat_cont_metadata_table
Longitudinal analysis with time as discrete variablelongdat_disc
data/LongDat_disc_feature_table.RData documentationLongDat_disc_feature_table
data/LongDat_disc_master_table.RData documentationLongDat_disc_master_table
data/LongDat_disc_metadata_table.RData documentationLongDat_disc_metadata_table
Create input master table from metadata and feature tables for longdat_disc() and longdat_cont()make_master_table
Null Model Test and post-hoc Test in longdat_cont() pipelineNuModelTest_cont
Null Model Test and post-hoc Test in longdat_disc() pipelineNuModelTest_disc
Randomized negative control for count data in longdat_cont()random_neg_ctrl_cont
Randomized negative control for count data in longdat_disc()random_neg_ctrl_disc
Remove the dependent variables that are below the threshold of sparsity when the data type is count data in longdat_cont()rm_sparse_cont
Remove the dependent variables that are below the threshold of sparsity when the data type is count data in longdat_disc()rm_sparse_disc
Plot theta values of negative binomial models versus non-zero count for count datatheta_plot
Unlist confound (covariate) and inverse confound (covariate) tables, turn them into tablesunlist_table
Wilcoxon post-hoc testwilcox_posthoc