Skip to content

Instantly share code, notes, and snippets.

View tycheleturner's full-sized avatar

Tychele Turner tycheleturner

View GitHub Profile
#!/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")
@tycheleturner
tycheleturner / alphafold_viewer_final.Rmd
Last active October 30, 2022 23:43
bulk_AlphaFold_viewer
---
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.
---