Recently Published
Pilot 2 Status Affordance
results
R Markdown Demo
This is a demo of simple R Markdown Tasks
607 Assignment 1 - Jacob Shapiro
Setting up dataframe from data set we're interested in and publishing
Visualizing the Measures of Spread and Central Tendency of the Discrete Uniform Distribution
The R script is a comprehensive tool for analyzing the Discrete Uniform Distribution. It begins by defining the parameters of a fair eight-sided die, which serves as the core example. The code then systematically calculates and displays the key descriptive statistics: median, mean, and variance. A series of `ggplot2` plots visually complements these numerical results.
Data Structures for Common BIN filetypes
This document demonstrates how to import and explore three common bioinformatics file types—FASTA, FASTQ, and VCF—using R.