roundIntegerSum: roundIntegerSum (internal function)

Description Usage Arguments Value Author(s) References

View source: R/mathematical_functions.R

Description

update a numeric vector such that it's composed of integers and its sum reaches a desired total. Positive or negative discrepancies are distributed proportionally between the summands.

Usage

1
roundIntegerSum(vec, targetSum)

Arguments

vec

Vector of integers.

targetSum

The target sum to be reached.

Value

The updated vector with the desired total sum.

Author(s)

Rosario M. Piro
Politecnico di Milano
Maintainer: Rosario M. Piro
E-Mail: <rmpiro@gmail.com> or <rosariomichael.piro@polimi.it>

References

http://rmpiro.net/decompTumor2Sig/
Krueger, Piro (2019) decompTumor2Sig: Identification of mutational signatures active in individual tumors. BMC Bioinformatics 20(Suppl 4):152.


decompTumor2Sig documentation built on Nov. 8, 2020, 8:23 p.m.