readIMGT: Read IMGT/HighV-QUEST output files

Description Usage Arguments Details Value Author(s) References Examples

Description

This function reads IMGT/HighV-QUEST output files into a data frame.

Usage

1
readIMGT(data, filterNoResults = TRUE)

Arguments

data

path and file name of IMGT/HighV-QUEST output file

filterNoResults

Shall sequences without any information be excluded? (default: TRUE)

Details

"-" or spaces are be converted to "_" (single quotes are ignored).

Value

Output is a data frame containing IMGT/HighV-QUEST output data.

Author(s)

Julia Bischof

References

IMGT/V-QUEST Documentation: http://www.imgt.org/IMGT_vquest/share/textes/imgtvquest.html#output3

Examples

1
2
3
4
5
## Not run: 
tab<-readIMGT("PathTo/file.txt",filterNoResults=TRUE)
str(tab)

## End(Not run)

bcRep documentation built on May 2, 2019, 5:14 a.m.