learn_subdf {itol.toolkit}R Documentation

Learn sub data frame

Description

Learn sub data frame from template file

Usage

learn_subdf(lines, type, sep, dataset_name = NULL, field_labels = NULL)

Arguments

lines

a vector of character strings from template file.

type

template type

sep

a character specifying the separator.

dataset_name

label in template file

field_labels

sample ids for binary, heatmap, and other multi-column value templates

Value

a data frame containing the data learned from template file


[Package itol.toolkit version 1.1.7 Index]