bupid-print: Display BUPID results.

Description Usage Arguments Details Value Examples

Description

BUPID results

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'bupid'
print(x, type = "overview")

## S4 method for signature 'bupid'
head(x, type = "overview", n = 6)

## S4 method for signature 'bupid'
tail(x, type = "overview", n = 6)

Arguments

x

A bupid object

type

The type of output to display. One of the strings returned by c("overview","protein","fragment") or paste("raw",slotNames(data),sep="-")

n

The number of items to display

Details

Each result from BTDR packages will provide different outputs

Value

Returns the information

Examples

1
2
3
4
5
6
7
8
9
## 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="?"))
print(data,"overview")
head(data,"overview",10)
tail(data,"overview",2)

## End(Not run)

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