library(data.table)
library(tidyverse)
anscombe
#> x1 x2 x3 x4 y1 y2 y3 y4
#> 1 10 10 10 8 8.04 9.14 7.46 6.58
#> 2 8 8 8 8 6.95 8.14 6.77 5.76
#> 3 13 13 13 8 7.58 8.74 12.74 7.71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gender | eat_out | weight | |
---|---|---|---|
F | 0 | 110 | |
F | 0 | 114 | |
F | 0 | 115 | |
F | 0 | 110 | |
F | 0 | 125 | |
F | 0 | 140 | |
F | 0 | 130 | |
F | 0 | 145 | |
F | 0 | 158 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Unix Lab Web Page Example</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
<meta name="keywords" content="Bioinformatics, Fiona Brinkman, course"> | |
<meta name="description" content="This is a template file to help you learn about HTML."> | |
</head> | |
<body bgcolor="#FFFFFF" text="#000000"> | |
<p><b><font size="+2" color="#0000FF"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ggplot2) | |
library(cowplot) # For better ggplot2 theme | |
library(ggbeeswarm) # For geom_quasirandom() | |
set.seed(1) | |
data <- data.frame(value = c(rnorm(100, -1.8), rnorm(100, 1.8))) | |
extra <- list(scale_x_discrete(labels = NULL, name = NULL), | |
scale_y_continuous(name = NULL)) |
library(ggplot2)
data <- data.frame(x = rnorm(1000, 1))
ggplot(data, aes(x)) +
geom_histogram(binwidth = 0.3, boundary = 0) +
geom_vline(xintercept = 0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Variable | Level | |
---|---|---|
Something | Lorem ipsum dolor | |
Something | Lorem ipsum dolor sit | |
Something | Lorem ipsum dolor sit amet | |
Something | Lorem ipsum dolor sit amet consectetur | |
Something | Lorem ipsum dolor sit amet consectetur adipiscing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set up Synapse client and JSON Schema service | |
import synapseclient | |
syn = synapseclient.login() | |
syn.get_available_services() # Output: ['json_schema'] | |
js = syn.service("json_schema") | |
# Create, manage, and delete a JSON Schema organization | |
my_org = js.JsonSchemaOrganization("bgrande.test.new") | |
my_org # Output: JsonSchemaOrganization(name='bgrande.test.new') | |
my_org.create() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S000 | XX | 0 | 1234N | 1234N_M1 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R2_xxx.fastq.gz | |
---|---|---|---|---|---|---|---|
S002 | XX | 0 | 1234N | 1234N_M2 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R2_xxx.fastq.gz | |
S002 | XX | 0 | 1234N | 1234N_M4 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R2_xxx.fastq.gz | |
S003 | XX | 0 | 1234N | 1234N_M5 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/D0F23_N_111212.1.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S000 | XX | 0 | S000-1234N | S000-1234N_M1 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R2_xxx.fastq.gz | |
---|---|---|---|---|---|---|---|
S001 | XX | 0 | S001-1234N | S001-1234N_M2 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R2_xxx.fastq.gz | |
S002 | XX | 0 | S002-1234N | S002-1234N_M4 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R1_xxx.fastq.gz | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R2_xxx.fastq.gz | |
S003 | XX | 0 | S003-1234N | S003-1234N_M5 | https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/D0F23_N_111212.1.AGTTGCTT_R1_xxx.fastq.gz | ht |