ReadClsFile: SubtypeDrug internal function

View source: R/ReadClsFile.R

ReadClsFileR 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)

SubtypeDrug documentation built on May 29, 2024, 10:33 a.m.