Repeated_peptide1: A set of Repeated peptide names after removing totally...

Description Usage Arguments Value Examples

Description

A set of Repeated peptide names after removing totally missing abundances.

Usage

1
Repeated_peptide1(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 names.

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")
uname<-unique(c(Repeated_peptide(Control_Liver,3,14),Repeated_peptide(Infected_Liver,3,14)))

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