Description Usage Arguments Value Examples
View source: R/readProgenesisInput.R
build annotation from column names
1 |
data |
tibble returned by ProgenesisRead |
list of tibbles data -
1 2 3 4 5 6 7 8 9 | 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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.