Learn R Programming

SubtypeDrug (version 0.1.9)

ReadClsFile: SubtypeDrug internal function

Description

These are function read sample label file (.cls format).

Usage

ReadClsFile(file)

Value

a list

Arguments

file

Input sample subtype class vector file in CLS format.

Author

Xudong Han, Junwei Han, Chonghui Liu

Details

ReadClsFile

Examples

Run this code
Subtype<-system.file("extdata", "Subtype_labels.cls", package = "SubtypeDrug")
x<-ReadClsFile(Subtype)

Run the code above in your browser using DataLab