set_BXD_names: Set the fields to retrieve for the application

Description Usage Arguments Value Examples

Description

Set the fields to retrieve for the application

Usage

1
set_BXD_names(x, bxd = BXD())

Arguments

x

a character vector of names or NULL. If NULL nothing is done.

bxd

a BXD() like list

Value

the possibly updated BXD global

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 ## Not run: 
     xmlfile <- system.file("extdata", "blastn.xml.gz", package = "blastxml")
     bxd <- BXD(app = 'blastn')
     fields <- get_BXD_names()
     len <- length(fields)
     fields <- fields[-c((len-3):len)]
     bxd <- set_BXD_names(fields, bxd = bxd)
     x <- blastxml_dump(xmlfile, bxd = bxd)
 
## End(Not run)  

BigelowLab/blastxml documentation built on May 5, 2019, 2:42 p.m.