View source: R/parsingFunctions.R
readKirCalls | R Documentation |
readKirCalls
read KIR calls from file.
readKirCalls(file, na.strings = c("", "NA", "uninterpretable"))
file |
Path to input file. |
na.strings |
a character vector of strings which are to be
interpreted as |
Input file has to be a tsv formatted table. First column should be named
"ID" and contain samples IDs, further columns should hold KIR genes presence
/ absence indicators. See
system.file("extdata", "MiDAS_tut_KIR", package = "midasHLA")
for an
example.
Data frame containing KIR gene's counts. First column hold samples IDs, further columns hold KIR genes presence / absence indicators.
file <- system.file("extdata", "MiDAS_tut_KIR.txt", package = "midasHLA")
readKirCalls(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.