Sandbox
Salta a la navegació
Salta a la cerca
Probando
<R output="html" iframe="width:100%;height:250px;"> prob=0.15; nmin=1; nmax=15; x=6 m <-pbinom(rep(0:x, each = nmax-nmin+1), rep(nmin:nmax,x), prob) dim(m) <- c(nmax-nmin+1,x+1) m <- t(m) colnames(m) <- format(nmin:nmax) rownames(m) <- format(0:x) outHTML(rhtml, m, title="x\n", format="f", digits=4) </R>
<R output="display" iframe="width:400px;height:400px"> pdf(rpdf, width=5, height=5) n <- 10 prob <- 0.2 x <- seq(0, n, 1) p <- dbinom(x, n, prob) param <- list(n, prob) main <- c("Binomialverteilung - Wahrscheinlichkeitsfunktion", paste (c("Stichprobenumfang n", "Wahrscheinlichkeit p"), param, sep="=")) plot(x,p, type="h", main=main) </R>
- Barash Y, Calarco JA, Gao W, Pan Q, Wang X, Shai O, Blencowe BJ, and Frey BJ. Deciphering the splicing code. Nature. 2010 May 6;465(7294):53-9. DOI:10.1038/nature09000 |
- Shaner NC, Campbell RE, Steinbach PA, Giepmans BN, Palmer AE, and Tsien RY. Improved monomeric red, orange and yellow fluorescent proteins derived from Discosoma sp. red fluorescent protein. Nat Biotechnol. 2004 Dec;22(12):1567-72. DOI:10.1038/nbt1037 |
- Culler SJ, Hoff KG, Voelker RB, Berglund JA, and Smolke CD. Functional selection and systematic analysis of intronic splicing elements identify active sequence motifs and associated splicing factors. Nucleic Acids Res. 2010 Aug;38(15):5152-65. DOI:10.1093/nar/gkq248 |
- Hong X, Scofield DG, and Lynch M. Intron size, abundance, and distribution within untranslated regions of genes. Mol Biol Evol. 2006 Dec;23(12):2392-404. DOI:10.1093/molbev/msl111 |
- Sakharkar MK, Chow VT, and Kangueane P. Distributions of exons and introns in the human genome. In Silico Biol. 2004;4(4):387-93.
- Matlin AJ, Clark F, and Smith CW. Understanding alternative splicing: towards a cellular code. Nat Rev Mol Cell Biol. 2005 May;6(5):386-98. DOI:10.1038/nrm1645 |
- Sammeth M, Foissac S, and Guigó R. A general definition and nomenclature for alternative splicing events. PLoS Comput Biol. 2008 Aug 8;4(8):e1000147. DOI:10.1371/journal.pcbi.1000147 |