writeScores: Write DE/DS scores and gene scores

Description Usage Arguments Author(s) See Also Examples

View source: R/plots.R

Description

This function is to write DE and DS scores, and optionally gene scores.

Usage

1

Arguments

DEscore

normalized DE scores.

DSscore

normalized DS scores.

geneScore

gene scores integrated from DE and DS scores.

geneScoreAttr

the parameters for integrating DE and DS scores.

file

output file name, if not specified print to screen.

Author(s)

Xi Wang, xi.wang@newcastle.edu.au

See Also

DEscore, geneScore

Examples

1
2
3
4
5
6
data(DEscore, package="SeqGSEA")
data(DSscore, package="SeqGSEA")
gene.score <- geneScore(DEscore, DSscore, method="linear", DEweight = 0.3)
writeScores(DEscore, DSscore) # without gene scores
writeScores(DEscore, DSscore, geneScore = gene.score, 
            geneScoreAttr = "linear,0.3") # gene scores with attr.

sunlightwang/SeqGSEA documentation built on Dec. 5, 2020, 5:52 p.m.