generate_rnk: Generate rnk format file

Description Usage Arguments Details Value Author(s) References

View source: R/generate_rnk.R

Description

This function generates .rnk format files to use in the GSEA analysis

Usage

1
generate_rnk(RNKfile, col.names, rnk)

Arguments

RNKfile

Data frame with values of Symbol, P.Value and logFC

col.names

Vector with the name of the columns corresponding to Symbol, P.Value and logFC

rnk

Path and name of the output file with .rnk termination

Details

.rnk files have a column with geneID and a column with a ranking score calculated using the formula -log10(p.Val)*sign(logFC)

Value

.rnk format file

Author(s)

Magdalena Arnal Segura <marnal@imim.es>

References

https://software.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats


machalen/AnalysisFunctions documentation built on Nov. 11, 2019, 10:26 a.m.