readOneArcasHLAGenotypeFile: Extract all HLA typing from one genotypes json file

Description Usage Arguments Value Author(s) Examples

Description

TODO

Usage

1
readOneArcasHLAGenotypeFile(file_path, extension = ".genotype.json")

Arguments

file_path

a character string corresponding to the name of the arcasHLA genotype file.

extension

a character string correpondint to the extension of the genotype file. The extension will be removed from the file name which is going to be assigned to the dataset. Default=".genotype.json".

Value

TODO

Author(s)

Astrid Deschenes

Examples

1
2
3
4
5
6
## Path to an arcasHLA genotype file
jsonFile <- system.file("extdata/arcasHLAFiles", "Sample002.genotype.json",
    package = "arcasHLATools")

## Extracting file information
readOneArcasHLAGenotypeFile(jsonFile)

adeschen/arcasHLATools documentation built on June 7, 2019, 5:10 a.m.