This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/Rscript | |
# Tychele N. Turner, Ph.D. | |
# December 23, 2022 | |
# Up on the Housetop in R | |
#install the Rmusic package if you do not already have it | |
#devtools::install_github("keithmcnulty/Rmusic", build_vignettes = TRUE) | |
#load library | |
library("Rmusic") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "AlphaFold Viewer Final" | |
author: "Tychele N. Turner, Ph.D." | |
date: "Created on October 30, 2022" | |
output: | |
html_document: default | |
pdf_document: default | |
abstract: This document contains the documentation for making the AlphaFold html. | |
--- |