Publications by Leila Dean Stansberry

Final Portfolio Assignment- SLC22A5

15.12.2021

Introduction The SLC22A5 gene provides instructions for making a protein called OCTN2 that is found in the heart, liver, muscle, kidneys, and other tissues. The gene is also known to code for a protein, solute carrier family 22 member 5. Mutations may cause systemic primary carnitine deficiency (CDSP). Sodium-ion dependent, high affinity carnitin...

4400 sym R (50863 sym/108 pcs) 4 img 7 tbl

FAQ: How do I add a line of best fit to a scatterplot in ggpubr?

12.12.2021

QUESTION: “How do I add a line of best fit to a scatterplot in ggpubr?” If you have a 2D scatterplot, how do you add a line of best fit to the graph using ggpubr? Data We’ll use the “palmerpenguins” packages (https://allisonhorst.github.io/palmerpenguins/) to address this question. You’ll need to install the package with install.pack...

1498 sym R (774 sym/12 pcs) 2 img

Predicting amino acid properties using regression

06.12.2021

Key vocab proteinogenic amino acids regression model / line of best fit pI confidence intervals (CI) confidence ellipse correlation coefficient Selenocysteine and Pyrrolysine re-coding stop codons y = m*x + b slope intercept Key functions / packages ggpubr pander lm() coef() cor() round() Predict pI for an Selenocysteine and Pyrrolysine Amino...

5659 sym R (5163 sym/28 pcs) 1 img 5 tbl

Pairwise global alignment of DNA sequences using the Needleman-Wunsch algorithm

11.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: NP_0012...

11107 sym R (8957 sym/64 pcs)

Investigating your shroom for the presence of repeats

25.10.2021

Add the necessary code to make this script function. Preliminaries Load packages 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': ## ## clusterAp...

1284 sym R (6490 sym/42 pcs) 5 img

Using R to investigate gene SLC22A5 for sequence repeats

25.10.2021

Change the XXXXX of the title to your gene name. Change the names and text appropriately to reflect your gene / protein. Add the necessary code to make this script functional. Download the PROTEIN sequence of your gene. Adapting the code below, make 2 grids of 4 plots (8 plots total) exploring different settings for window size and the match thre...

1609 sym R (6477 sym/37 pcs) 5 img

Adjusting dotplot setting in R to investigate sequence repeats

25.10.2021

In this exercise we’ll look at a sequence with known tandem repeats. We’ll load the data, explore it in R, then use the dotPlot() function to make various dotplots to see how changing settings for dotPlots() help make repeat patterns stand out. Add the necessary code to make this script functional. Preliminaries Load packages library(seqinr...

1547 sym R (7484 sym/70 pcs) 12 img

Introduction to dotplots in R

25.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...

4581 sym R (2179 sym/14 pcs) 8 img

Downloading DNA sequences as FASTA files in R

16.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...

13509 sym R (2632 sym/43 pcs)

Working Directory Test

14.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/leila/Downloads" Copy and paste the current wd in the code chunk b...

1740 sym R (222 sym/4 pcs)