knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Calculates dNSAF.
You can install the released version of calcDNSAF with:
devtools::install_github("ed-lau/calcDNSAF")
Example usage using the example data from the package:
library(calcDNSAF) out <- calcDNSAF::dnsaf(percolatorFile = percolatorFile, fasta = Mm_UniProt, test_run=T, q_cutoff=0.01)
library(knitr) library(kableExtra) options("scipen"=-100, "digits"=2) out %>% dplyr::select(-Names) %>% knitr::kable() %>% kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.