reformat1: Reformatting the original proteomics csv file

Description Usage Arguments Value Examples

Description

Reformatting the original proteomics csv file

Usage

1
reformat1(data, k, s1, s2)

Arguments

data

Original csv file.

k

The number of observations.

s1

The starting column number of protein abundance.

s2

The starting column number of peptide abundance.

Value

reformatted csv file.

Examples

1
2
3
setwd("C:/Users/kbs/Desktop/RA_pig2/Liver_samples")
data<-read.csv("Infected-4.csv")
temp<-reformat1(data,12,50,50)

hycheon123/proteomics documentation built on May 20, 2019, 2:45 p.m.