xlinkpep: Crosslink peptide subset

Description Usage Arguments Value Examples

Description

Subset the bupid object by peptide number

Usage

1
xlinkpep(object, pepnum)

Arguments

object

bupid object returned from another function

pepnum

peptide number

Value

Returns a bupid object with results for one peptide

Examples

1
2
3
4
5
6
7
8
## Not run: 
server <- "http://bupid.bumc.bu.edu/cgi-bin/get_results.cgi"
infile <- "key=WBNqTswT5DPg3aDO&ID=320&date=20150309"
data <- read.bupid(url=paste(server,infile,sep="?"))
sdata <- subset(data,scan.num=234,"protein")
fragment.matched.ions(xlinkpep(sdata,1))

## End(Not run)

heckendorfc/BTDR documentation built on May 17, 2019, 3:20 p.m.