library(knitcitations)
cleanbib()
options("citation_format" = "pandoc")
citep("10.1093/bioinformatics/bts714") # "bimod"
# "[@McDavid_2012]"
citep("10.1038/nbt.2859") # tobit
# "[@Trapnell_2014]"
citep("10.2307/1907382") # tobit
# "[@Tobin_1958]"
citep("10.1186/s13059-015-0844-5") # MAST
# [1] "[@Finak_2015]"
citep("10.1126/science.1251033") # betabinomial
# [1] "[@Chen_2014]"
citep("10.1016/j.cell.2019.05.031") # wilcox, roc, t, poisson, negbinom
# [1] "[@Stuart_2019]"
citep("10.1186/gb-2012-13-8-r77") # ggbio
# [1] "[@Yin_2012]"
write.bibtex(file="references.bib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.