View source: R/data_clean_normalization.R
data_zero_substitution_3repeats | R Documentation |
Zero value substitution of 1 repeat in 3 repeats with average.
data_zero_substitution_3repeats( protdat, s1, e1, s2, e2, s3, e3, condition_num, least = 30 )
protdat |
A DataFrame from with only numeric value. |
s1 |
A integer of start index of repeat 1. |
e1 |
A integer of end index of repeat 1. |
s2 |
A integer of start index of repeat 2. |
e2 |
A integer of end index of repeat 2. |
s3 |
A integer of start index of repeat 3 need substitution. |
e3 |
A integer of end index of repeat 3 need substitution. |
condition_num |
A integer of condition numbers. |
least |
A integer for zero substitution for repeat 1 and 2. |
Input dataframe, and column start and end index of each repeat, then return a set of dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.