replace_cols_at: Replaces columns in the original PSM table.

replace_cols_atR Documentation

Replaces columns in the original PSM table.

Description

The column index(es) need to be continuous.

Usage

replace_cols_at(df = NULL, df2 = NULL, idxs = 1L)

Arguments

df

The original data frame.

df2

The data columns to replace those in df.

idxs

The sequences of column indexes in df. Note that idxs need to be a continuous sequences.


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.