read_kgblood: Read blood data from Kaleidagraph output

View source: R/pipeline_convert.R

read_kgbloodR Documentation

Read blood data from Kaleidagraph output

Description

Read blood data from Kaleidagraph output

Usage

read_kgblood(filename, inpath = getwd())

Arguments

filename

Name of the file including extension, but excluding path. This function only works for .txt files, and not for Kaleidagraph's qda format. Files must be saved as tab-separated txt files in Kaleidagraph before they can be used with this function.

inpath

Path to the input file. Defaults to the working directory.

Value

List containing the automatic and manual blood data

Examples

read_kgblood('blood_file.txt')

mathesong/kipettools documentation built on Feb. 5, 2024, 10:10 p.m.