Repeated_peptide2: A set of Repeated peptides abundances after removing totally...

Description Usage Arguments Value Examples

Description

A set of Repeated peptides abundances after removing totally missing abundances.

Usage

1
Repeated_peptide2(data, first_col, last_col)

Arguments

data

Reformatted csv file from the reformat1 function.

first_col

The first column of observations.

last_col

The last column of observations.

Value

A set of Repeated peptides abundances.

Examples

1
2
3
4
5
# warning: I assumed that a vector of obserations are the same if they have the same observations.??
setwd("C:/Users/kbs/Desktop/RA_pig2")
Control_Liver<-read.csv("Control_Liver.csv")
Infected_Liver<-read.csv("Infected_Liver.csv")
Repeated_peptide2(Control_Liver,3,14)

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