readHeader: Read the header of the dataset

Description Usage Arguments Value Examples

View source: R/miRLAB.R

Description

Read the header of the dataset

Usage

1
readHeader(dataset)

Arguments

dataset

the character string of the names of the dataset in csv format, e.g. "ToyEMT.csv"

Value

the header of the dataset

Examples

1
2
dataset=system.file("extdata", "ToyEMT.csv", package="miRLAB")
header=readHeader(dataset)

miRLAB documentation built on Nov. 8, 2020, 5:45 p.m.