Use when computing RNA specific heat profiles from sequence data to analyze melting behavior and thermal stability across temperature ranges.
RNAheat [OPTIONS] [<input>]/home/vimalinx/miniforge3/envs/bio/bin/RNAheatreferences/help.md for complete options and details# 1) Compute a default heat-capacity profile
echo 'GGGAAAUCC' | RNAheat > heat.tsv
# 2) Restrict the temperature range and step size
echo 'GGGAAAUCC' | RNAheat --Tmin 10 --Tmax 80 --stepsize 0.5 > heat.tsv
# 3) Model a circular RNA with G-quadruplex support
echo 'GGGAAAUCC' | RNAheat --circ --gquad > heat.tsv
--Tmin and --Tmax (default 0–100°C) and adjust --stepsize as neededRNAheat with appropriate options (e.g., --circ for circular RNA, --gquad for G-quadruplex)@ or EOF; ensure proper sequence delimiting-m/--ipoints affects curve shape; higher values produce smoother results at cost of resolution