Learn R Programming

quantable (version 0.3.6)

ProgenesisBuildAnnotation: build annotation from column names

Description

build annotation from column names

Usage

ProgenesisBuildAnnotation(data)

Arguments

data

tibble returned by ProgenesisRead

Value

list of tibbles data -

Examples

Run this code
# NOT RUN {
if(0){
file = file.path(path.package("quantable"),"extdata/PG/ProteinMeasurement_inclSingleHits_hi3.csv" )
tmp <- ProgenesisRead(file)
colnames(tmp)
xx <- ProgenesisBuildAnnotation(tmp)
head(xx$anno)
colnames(xx$data)
colnames(tmp)
}
# }

Run the code above in your browser using DataLab