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 investigated the propensity of miR34a asRNA to be alternatively spliced, using PCR cloning and sequencing.
Cell culture and cloning
All cell lines were cultured at 5% CO2 and 37° C with U2OS cells cultured in McCoy’s 5a (Life Technologies), . 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 with the specified primer sets with annealing temperature 60˚C unless otherwise indicated (see below). PCR was run for 35 cycles for those primer sets with annealing temperature 60˚C and 40 cycles in other cases. Resulting PCR products were run on a agarose gel, gel extracted (8 in total) with the QIAquick gel extraction kit (Qiagen), cloned using the Strata Cloning kit (Agilent), and sequenced. The sequencing results were visualized in the UCSC genome browser. Results aligning to the opposite strand and spurious results (several small 24bp alignments) were removed from the final figure.
Primers
primers <- data.frame( name=c( "miR34a AS F12", "miR34a AS R1", "miR34a AS R2", "miR34a AS R3", "miR34a AS Ex3 R1" ), sequence=c( "AAACACAAGCGTTTACCTGGGTGC", "TTGCCTCGTGAGTCCAAGGAGAAT", "ATAGGTTCATTTGCCCGATGTGCC", "CCACAGCTGTTGCTTCTGAATGCT", "TCAGATAGGTACCAAAAATGATGGCCGCAACTAATGACGGAT" ) ) primers
Primer combinations:
miR34a AS F12 + miR34a AS R1
miR34a AS F12 + miR34a AS R2
miR34a AS F12 + miR34a AS R3
miR34a AS F12 + miR34a AS Ex3 R1 (56 degrees annealing)
miR34a AS F12 + miR34a AS Ex3 R1 (58 degrees annealing)
url <- fileMap(type = "png")["Supplementary Figure 2c"][[1]] knitr::include_graphics(file.path(projectUrl, url))
Results indicate that the miR34a asRNA transcript is post-transcriptionally spliced to form several different isoforms.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.