Publications by Colleen Petersen

Document

28.10.2021

Add the necessary code to make this script function. Preliminaries Load packages library(seqinr) library(rentrez) library(compbio4all) library(Biostrings) ## Loading required package: BiocGenerics ## Loading required package: parallel ## ## Attaching package: 'BiocGenerics' ## The following objects are masked from 'package:parallel': ## ...

1449 sym R (5196 sym/41 pcs) 5 img

GABARA1 Gene- Downloaded FASTA Document

19.10.2021

This is a modification of “DNA Sequence Statistics” from Avril Coghlan’s A little book of R for bioinformatics.. Most of the text and code was originally written by Dr. Coghlan and distributed under the Creative Commons 3.0 license. NOTE: There is some redundancy in this current draft that needs to be eliminated. Functions library() help...

12800 sym R (1992 sym/40 pcs)

Document

19.10.2021

Default working directory Open up this .Rmd file in RStudio. In the code chunk below type getwd() and run it. “wd” means “working directory”, or where R will currently save files if you tell it to save anything. # Get the current working directory getwd() ## [1] "C:/Users/peter/University of Pittsburgh/compbio2021 - cmp171" Copy and past...

1708 sym R (285 sym/4 pcs)

Pairwise Alignments and Multiple Sequence Alignments of Shroom Gene in R

30.09.2021

A complete bioinformatics workflow in R By: Nathan L. Brouwer “Worked example: Building a phylogeny in R” Introduction Phylogenies can be used to determine relationships between species and how they have evolved over time. Through phylogenetics, gene sequences are analyzed to determine their alignment and thus their similarity, so that spec...

4137 sym R (13084 sym/55 pcs)

Document

26.10.2021

Sequence dotplots in R By: Avril Coghlan. Adapted, edited and expanded: Nathan Brouwer under the Creative Commons 3.0 Attribution License (CC BY 3.0). NOTE: I’ve added some new material that is rather terse and lacks explication. Good sources of more info: https://omicstutorials.com/interpreting-dot-plot-bioinformatics-with-an-example/ http://r...

4228 sym R (2259 sym/17 pcs) 8 img

Pairwise Alignment with Needle Algorithm- Homo sapiens vs. Bos taurus

17.11.2021

Global proteins aligments in R By: Avril Coghlan. Adapted, edited and expanded: Nathan Brouwer under the Creative Commons 3.0 Attribution License (CC BY 3.0). Preliminaries library(compbio4all) library(Biostrings) Download sequences As we did in the previous lesson on dotplots, we’ll look at two sequences. # Download ## sequence 1: Q9CD83 ...

11107 sym R (7032 sym/64 pcs)

Document

18.11.2021

gpubr - allometric data Allometric data - classic case of regression, using logs, using non-linear model too library(compbio4all) Vocab wrapper ggplot2 ggpubr $ operator smoother continous data categorical data Learning objectives Know what a wrapper is Know the relationship between ggplot2 and ggpubr Be able to run code that makes graphs wit...

4282 sym R (2504 sym/35 pcs) 9 img