Will generate a trajectory using CellTrails.
This method was wrapped inside a container. The original code of this method is available here.
ti_celltrails(threshold_dl = 2L, threshold_cov = 0.05, threshold_ff = 1.7, min_expr = 0L, frac = 100L, min_size = 0.01, min_feat = 5L, max_pval = 1e-04, min_fc = 2L, l = 10L, run_environment = NULL)
threshold_dl | integer; Minimum number of samples; if value < 1 it is
interpreted as fraction, otherwise as absolute sample count (default: |
---|---|
threshold_cov | numeric; Minimum coefficient of variation; numeric value
between 0 and 1 (default: |
threshold_ff | numeric; A Z-score cutoff (default: |
min_expr | numeric; Minimum average feature expression (default: |
frac | numeric; Fraction or number (if frac > 1) of eigengaps used to
perform linear fit. (default: |
min_size | numeric; The initial cluster dedrogram is cut at an height such
that the minimum cluster size is at least min_size; if min_size < 1 than the
fraction of total samples is used, otherwise it is used as absoulte count
(default: |
min_feat | integer; Minimum number of differentially expressed features
between siblings. If this number is not reached, two neighboring clusters
(siblings) in the pruned dendrogram get joined. (default: |
max_pval | numeric; Maximum P-value for differential expression
computation. (default: |
min_fc | numeric; Mimimum fold-change for differential expression
computation (default: |
l | integer; Neighborhood size (default: |
run_environment | In which environment to run the method, can be |
A TI method wrapper to be used together with
infer_trajectory
Ellwanger, D.C., Scheibinger, M., Dumont, R.A., Barr-Gillespie, P.G., Heller, S., 2018. Transcriptional Dynamics of Hair-Bundle Morphogenesis Revealed with CellTrails. Cell Reports 23, 2901–2914.e14.