Authors

MATH 239 example Latest

03.09.2020

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

591 sym R (262 sym/2 pcs) 1 img

Nicolas Romero 16

Taller #1- Estadística II Latest

24.02.2022

TALLER #1 Nicolas Romero 24/02/2022 1. Distribución Normal Estandar para una distribución normal estándar,calcule: a.) P(z <= 2) pnorm(2,0,1) ## [1] 0.9772499 b.) P(z>=1.5) pnorm(1.5,0,1,lower.tail = F) ## [1] 0.0668072 c.) P(z<=1/4)...

7482 sym R (6669 sym/120 pcs) 1 img 3 tbl

Statistics with R Latest

04.12.2020

Complete all Exercises, and submit answers to Questions on the Coursera platform. Introduction If you have access to data on an entire population, say the size of every house in Ames, Iowa, it’s straight forward to answer questions like, “How...

9199 sym R (3146 sym/28 pcs) 3 img

varroa_modules Latest

13.04.2020

#load library library(dplyr) library(tidyverse) library(vegan) library(DESeq2) library(ggfortify) library(WGCNA) לעשות כאן סדר! #import the varroa transcripts ("target_id") and their corresponding gene ("gene_id"). and add a col names....

2984 sym R (26332 sym/19 pcs)

Retro analysis Latest

16.12.2019

These are results of the experiments for Retro: Benchmark pyex-hard-prod Timeout 10 s Benchmarks 20022 It seems your data is too big for client-side DataTables. You may consider server-side processing:...

10031 sym R (556 sym/2 pcs) 5 img 2 tbl

Owen Pedi 16

Quiz 1 Latest

19.02.2021

# Load packages library(tidyquant) ## Warning: package 'tidyquant' was built under R version 4.0.3 ## Warning: package 'lubridate' was built under R version 4.0.3 ## Warning: package 'PerformanceAnalytics' was built under R version 4.0.3 ##...

1119 sym R (2704 sym/22 pcs)

MCS 16

Document Latest

17.02.2020

load("kobe.RData") head(kobe) ## vs game quarter time description ## 1 ORL 1 1 9:47 Kobe Bryant makes 4-foot two point shot ## 2 ORL 1 1 9:07...

3305 sym R (5109 sym/43 pcs) 2 img

Document Latest

29.11.2019

What I did -find the exon coordinates for each isoforms in the BED file -check if these exons exist in the ribosomal profiling data isoform_num_per_gene <- mouse.isoforms.with.gene.name %>% group_by(ensembl_id) %>% summarise(count = n()) %>%...

1120 sym R (1294 sym/2 pcs) 2 img

CE 16

Data Transformation assignment Latest

30.07.2021

Introduction In this workshop we will do some of the exercises from Chapter 5 of R4DS. Exercises from 5.2.4 Use a separate code block for each exercise. for example: 1. Find all flights that had an arrival delay of two or more hours. flights %>%...

1860 sym R (1306 sym/2 pcs)

Pabloc 16

Introduction to automatic machine learning Latest

02.07.2015

Automatic Machine Learning Introduction Introduction “I want to develop a model that automatically learns over time“, a really challenging objective. We’ll develop in this post a procedure that loads data, build a model, make predictions...

5257 sym R (2332 sym/11 pcs) 22 img