The function compute_EIIP
can extract EIIP (electron-ion interaction pseudo-potential) features including:
signal at 1/3 position (Signal.Peak
), average power (Average.Power
), signal to noise ratio (SNR
),
and quantile-based features of one specified percentage of the sorted power spectrum
(e.g. 0%
, 20%
, 40%
, 60%
, 70%
,
100%
when quantile.probs = seq(0, 1, 0.2)
and spectrum.percent =
0.1
).
In method LncFinder, EIIP features includes Signal.Peak
, SNR
, 0% (Signal.Min
),
25% (Singal.Q1
, 50% Signal.Q2
), and 75% (Signal.Max
) of the top 10% sorted
power spectrum, i.e. quantile.prob
= seq(0, 1, 0.25)
and spectrum.percent = 0.1
.