Sanger Sequencing

Here is how we do Sanger sequencing in the lab for PCR products using https://www.sourcebioscience.com/. NOTE: we now have a lab account for Source Bioscience set up. You can also set up your own account as long as you use the lab purchase order number. Carry out your PCR reactionClean up using one of the … Continue reading Sanger Sequencing

Making a Conda environment on ALICE

Here are the instructions for making a Conda environment on ALICE. https://uniofleicester.sharepoint.com/sites/Research-Computing/SitePages/python.aspx Specifically, in your home (~) directory run: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P ~ bash Miniconda3-latest-Linux-x86_64.sh Then you can make your environments and install what you need as so: conda create -n ENVNAME python=3.8 conda activate ENVNAME conda install numpy Then to call an environment from … Continue reading Making a Conda environment on ALICE

Converting .pdf to .tif in Ubuntu

To submit to Evolution Letters (and maybe other journals), you need to submit your figures as .tif or .eps files with 300dpi resolution. To convert .pdf to .tif on Ubuntu (Linux). sudo apt-get install imagemagick gs -q -dNOPAUSE -r300x300 -sDEVICE=tiff24nc -sOutputFile=output.tif input.pdf -c quit Turns out these files are huge and the submission system has … Continue reading Converting .pdf to .tif in Ubuntu

UpSetR: better than a venn diagram

Here are some links for you to explore the use of UpSet plots as an alternative to a venn diagram. https://caleydo.org/tools/upset/ https://cran.r-project.org/web/packages/UpSetR/vignettes/basic.usage.html Above the first graph shows 79 genes overlapping between reproductive and sterile maternal bias. In the second graph that overlap is only 73 as some of these genes also overlap with another category … Continue reading UpSetR: better than a venn diagram

Confirmation of Differential or Allele-Specific Methylation

Here is a brief pipeline for confirming allele specific methylation (or differential meth with some modifications) in known genes (like qPCR for gene expression). The above protocol was specifically for confirming methylation in different alleles. However this could be adapted to confirm methylation levels in known genes between different samples. Also the TOPO closing says … Continue reading Confirmation of Differential or Allele-Specific Methylation