data_zero_substitution_3repeats: Zero Substitution in 3 Repeats.

View source: R/data_clean_normalization.R

data_zero_substitution_3repeatsR Documentation

Zero Substitution in 3 Repeats.

Description

Zero value substitution of 1 repeat in 3 repeats with average.

Usage

data_zero_substitution_3repeats(
  protdat,
  s1,
  e1,
  s2,
  e2,
  s3,
  e3,
  condition_num,
  least = 30
)

Arguments

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.

Details

Input dataframe, and column start and end index of each repeat, then return a set of dataframe.


yuriychen/MSAnalysiscyl documentation built on April 5, 2022, 4:28 a.m.