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

this function returns data object of type SampleInfo[].

clr value class

Examples


[Package sampleInfo version 1.0.0.0 Index]