39 lines
547 B
R
39 lines
547 B
R
# Lab 1 for the University of Tulsa's CS-6643 Bioinformatics Course
|
|
# Introduction to R, Online bioinformatics resources, nucleotide frequency statistics
|
|
# Professor: Dr. McKinney, Fall 2022
|
|
# Noah L. Schrick - 1492657
|
|
|
|
#### Part A: Seq Function
|
|
## a
|
|
|
|
## b
|
|
|
|
## c
|
|
|
|
## d
|
|
|
|
## e
|
|
|
|
## f
|
|
|
|
|
|
#### Part B: NCBI (no supporting R code for this part)
|
|
|
|
#### Part C: Reading fasta files, nucelotide and dinucleotide frequencies
|
|
|
|
## Pre-cursor: Load associated supportive libraries
|
|
|
|
## 1
|
|
|
|
## 2
|
|
|
|
## 3
|
|
|
|
#### Part D: GC Content
|
|
|
|
## 1
|
|
|
|
#### Part E: Coronavirus
|
|
|
|
## 1
|