dtree_stat

Filtering properties status report for decision tree page

Synopsis

dtree_stat

Arguments:

ds: dataset name

tm: optional time delay control option, in seconds, float as string

dtree: optional name of applying decision tree

code: optional code of applying decision tree

no: position on tree, int as string

ctx: optional, context descriptor

in JSON string representation

Return value:

{ dictionary
"total-counts": count of items in dataset
[ list
[0] count of variants, int
[1] optional count of transcript variants, int
[2] optional count of transcripts, int
]
"filtered-counts": count of items filtered
[ list
[0] count of variants, int
[1] optional count of transcript variants, int
[2] optional count of transcripts, int
]
"stat-list": [ list of Property Status structure ]
"functions": [ list of Property Status structure for functions ]
rq_id": unique request id, for use in secondary requests, string
}

Description

The request supports Status report mechanism (with delays) in context of Decision tree work page. Filtering properties status data are collected in context of decision tree point.

See explanations of input argument tm and returning properties stat-list, functions, rq-id here

Applied decision tree is defined by either dtree or code arguments, see discussion here.

Comments

The request is much more simple comparing to its analogue ds_stat; both methods initiate Status report mechanism (with delays).

See also

statunits

statfunc

Status report mechanism (with delays)