reformat2: Reformatting the original proteomics csv file

Description Usage Arguments Value Examples

Description

Reformatting the original proteomics csv file

Usage

1

Arguments

data

reformat1 output csv file:reformat1 output contains protein and peptide in the same row.

Value

protein info and peptide info are separated.

Examples

1
2
3
setwd("C:/Users/kbs/Desktop/RA_pig2/Liver_samples")
data<-read.csv("Control_Liver.csv")
data2<-reformat2(data)

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