xlinks: Crosslink results table

Description Usage Arguments Value Examples

Description

Create a dataframe of xlink results

Usage

1
xlinks(object, n = 2)

Arguments

object

bupid object returned from another function

n

number of linked peptides to display per scan

Value

Returns a data.frame with the assignments.

Examples

1
2
3
4
5
6
7
## 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="?"))
xlinks(data,2)

## End(Not run)

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