Skip to content

Commit 26864c6

Browse files
authored
Add files via upload
1 parent 1c71cbb commit 26864c6

16 files changed

+1049
-2
lines changed

CITATION.cff

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
cff-version: 1.1.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Frishberg
5+
given-names: Amit
6+
- family-names: Milman
7+
given-names: Neta
8+
- family-names: Alpert
9+
given-names: Ayelet
10+
- family-names: Alpert
11+
given-names: Ayelet
12+
- family-names: Spitzer
13+
given-names: Hannah
14+
- family-names: Asani
15+
given-names: Ben
16+
- family-names: Schiefelbein
17+
given-names: Johannes B.
18+
- family-names: Bakin
19+
given-names: Evgeny
20+
- family-names: Regev-Berman
21+
given-names: Karen
22+
- family-names: Priglinger
23+
given-names: Siegfried G.
24+
- family-names: Schultze
25+
given-names: Joachim L.
26+
- family-names: Theis
27+
given-names: Fabian J.
28+
- family-names: Shen-Orr
29+
given-names: Shai S.
30+
title: Reconstructing disease dynamics for mechanistic insights and clinical benefit
31+
version: Official
32+
date-released: 2023-07-27

DESCRIPTION

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Package: TimeAx
2+
Type: Package
3+
Title: Multiple trajectory alignment of time-series data
4+
Version: 0.1.1
5+
Author: Amit Frishberg [aut, cre], Neta Milman [aut], Ayelet Alpert [aut], Joachim L. Schultze [aut], Fabian Theis [aut], Shai S. Shen-Orr [aut]
6+
Maintainer: Amit Frishberg <amfrishberg@gmail.com>
7+
URL: https://github.com/amitfrish/TimeAx
8+
BugReports: https://github.com/amitfrish/TimeAx/issues
9+
Description: TimeAx, a method that models disease dynamics over time based on time-series data from multiple individuals, thus tracing the dynamics and progression rates associated with molecular mechanisms of the disease and patients’ clinical outcomes. Similar to computational sequence alignment approaches, which provide biologists the capability to understand DNA and protein function through a quantitative comparison, TimeAx performs multiple alignment of shared dynamics across a common trajectory, thus allowing the modeling of any type of continuous process and its quantitative comparison.
10+
License: GPL-2
11+
Encoding: UTF-8
12+
LazyData: true
13+
RoxygenNote: 7.1.2
14+
biocViews: limma
15+
Depends: R (>= 4.1.0)
16+
Imports: dtw, foreach, parallel, doSNOW, phangorn, fields, Matrix, cppRouting, stats

LICENCE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Helmholtz Zentrum München Deutsches Forschungszentrum für Gesundheit und Umwelt (GmbH) and Technion-Israel Institute of Technology
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NAMESPACE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated by roxygen2: do not edit by hand
2+
3+
export(detectSeed)
4+
export(modelCreation)
5+
export(predictByConsensus)
6+
export(robustness)
7+
importFrom("grDevices","chull")
8+
importFrom("stats","sd")
9+
importFrom("stats","var")
10+
importFrom("utils","setTxtProgressBar")

0 commit comments

Comments
 (0)