knitr::opts_chunk$set(
  echo=TRUE, warning=FALSE, message=FALSE, error=FALSE) #, dpi=150)

Overview

If you would like sparrow to support a new method, please file an issue on the [project's github issue tracker](https://github.com/lianos/sparrow/issues). This document is meant to be used as notes by the developer of sparrow, and not for use by casual useres.

Suppose we wanted to add a new GSEA method named superGSEA to the methods that the seas() function can delegate to via its methods argument, we need to add the following internal sparrow methods.

Look to the implementation in the do.camera.R file for a reference.

Reproducibility

Session Information

sessionInfo()



lianos/sparrow documentation built on Feb. 5, 2024, 2:58 p.m.