read.sampleinfo {sampleInfo} R Documentation

Read the sampleinfo data table from a given csv file

Description

Usage

read.sampleinfo(file,
    tsv = FALSE,
    exclude.groups = NULL,
    id.makenames = FALSE);

Arguments

file

[as string]

tsv

[as boolean]

exclude.groups

[as string]

id.makenames

[as boolean]

Details

Authors

phenotype_kit

Value

a vector of the SampleInfo object that is loaded from the given table file.

NOTE: the first column of the table file will be used as the ID property of the generated sample information data, and the sample data rows that the ID or the sample_info data is empty will be removed automatically with a warning message.

clr value class

Examples


[Package sampleInfo version 1.0.0.0 Index]