packages <- c( "tidyverse", "printr", "ggthemes", "readr", "miR34AasRNAproject", "grid", "gtable" ) purrr::walk(packages, library, character.only = TRUE) rm(packages)
projectUrl <- "https://github.com/GranderLab/miR34a_asRNA_project/raw/master/inst" dataUrl <- "https://github.com/GranderLab/miR34a_asRNA_project/raw/master/"
We desired to determine the 5'-start site for the miR34a asRNA.
Cell culture and PCR
To accomplish this we performed the primer walk assay. All cell lines were cultured at 5% CO2 and 37° C with HEK293T cells cultured in DMEM high glucose (Hyclone). All growth mediums were supplemented with 10% heat-inactivated FBS and 50 μg/ml of streptomycin and 50 μg/ml of penicillin. RNA was extracted using the RNeasy mini kit (Qiagen) and subsequently treated with DNase (Ambion Turbo DNA-free, Life Technologies). 500ng RNA was used for cDNA synthesis using MuMLV (Life Technologies) and a 1:1 mix of oligo(dT) and random nanomers. PCR was performed for 35 cycles at 62°C annealing temperature and the resulting products were analyzed on a 2% agarose gel.
Primers
primers <- data.frame( name=c( "miR34aAS_F10", "miR34aAS_F11", "miR34aAS_F12", "miR34aAS_F13", "miR34aAS_F14", "miR34aAS_F15", "miR34aAS_R1" ), sequence=c( "ACG CGT CTC TCC AGC CCG GGA T", "ATC TGC GTG GTC ACC GAG AAG CA", "CGC ACG GAC TGA GAA ACA CAA G", "ACG GAG GCT ACA CAA TTG AAC AGG", "AGG GAA GAA AGA ACT AGC CGA GCA", "CAT TTG CTG CAA TAT CAC CGT GGC", "TTG CCT CGT GAG TCC AAG GAG AAT" ) ) primers
Primer placement at the locus can be viewed in Supplementary Figure 2a.
url <- fileMap(type = "png")["Figure 1e"][[1]] knitr::include_graphics(file.path(projectUrl, url))
It appears as though the miR34a asRNA transcript start site is somewhat upstream of the annotated start site. Although there is some product present for the F12 primer, the majority of transcription seems to be originating from the F11 primer. This indicates that the start site is between 90-224bp upstream of the annotated start site.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.