Last updated: 2018-10-05

workflowr checks: (Click a bullet for more information)
  • R Markdown file: up-to-date

    Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

  • Repository version: 2ca2f50

    Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

    Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
    
    Ignored files:
        Ignored:    .DS_Store
        Ignored:    .Rhistory
        Ignored:    data/.DS_Store
    
    Untracked files:
        Untracked:  analysis/meeting1005.Rmd
        Untracked:  data/chipexo_examples/
        Untracked:  data/chipseq_examples/
    
    Unstaged changes:
        Modified:   analysis/sigma.Rmd
    
    
    Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.

This is a broad list of literature on smoothing Gaussian/non-Gaussian data.

Nonparametric methods

KNN

Kernel smootihng methods: Chapter 6 of ESL.

Local regression(linear & higher order): Loader, C. (2006). Local regression and likelihood. Springer Science & Business Media.

Note: Local regression makes no global assumptions about the function but assume that locally it can be well approximated with a member of a simple class of parametric function. Only observations in certain window are used.

Splines: regression splines, smoothing splines; More generally, reproducing kernel Hilbert space: Chapter 5 of ESL

Locally adaptive estimators: wavelet( Mallat, S. (1999). A wavelet tour of signal processing. Elsevier ), Locally adaptive regression splines(A varaiant of smooting splines achieves better local adaptivity. Mammen, E., & van de Geer, S. (1997). Locally adaptive regression splines. The Annals of Statistics, 25(1), 387-413.), Trend filtering( Kim, S. J., Koh, K., Boyd, S., & Gorinevsky, D. (2009). l_1 Trend Filtering. SIAM review, 51(2), 339-360. ).

Additive models: Sparse additive models, Generalized additive mixed models.

Binomial

Marchand, P., & Marmet, L. (1983). Binomial smoothing filter: A way to avoid some pitfalls of least‐squares polynomial smoothing. Review of scientific instruments, 54(8), 1034-1041.

Hansen, K. D., Langmead, B., & Irizarry, R. A. (2012). BSmooth: from whole genome bisulfite sequencing reads to differentially methylated regions. Genome biology, 13(10), R83.

Note: It actually uses local likelihood moother and assumes \(logit(\pi)\) is approximated by a second degree polynomial. They assume that data follow a binomial distribution and the parameters defining the polynomial are estimated by fitting a weighted generalized linear model to the data inside the genomic window.


This reproducible R Markdown analysis was created with workflowr 1.1.1