ReadClsFile {SubtypeDrug} | R Documentation |
SubtypeDrug internal function
Description
These are function read sample label file (.cls format).
Usage
ReadClsFile(file)
Arguments
file |
Input sample subtype class vector file in CLS format. |
Details
ReadClsFile
Value
a list
Author(s)
Xudong Han, Junwei Han, Chonghui Liu
Examples
Subtype<-system.file("extdata", "Subtype_labels.cls", package = "SubtypeDrug")
x<-ReadClsFile(Subtype)
[Package SubtypeDrug version 0.1.9 Index]