Skip to content

Commit 3392065

Browse files
committed
updated header
1 parent 186fed0 commit 3392065

File tree

2 files changed

+1801
-266
lines changed

2 files changed

+1801
-266
lines changed

docs/index.html

Lines changed: 1797 additions & 262 deletions
Large diffs are not rendered by default.

jgl_tutorial_metabolomics.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ knit: (function(input_file, encoding) {
55
rmarkdown::render(input_file,
66
encoding=encoding,
77
output_file=file.path(dirname(input_file), out_dir, 'index.html'))})
8-
subtitle: "Presentation for UMass Amherst PhD Biostat Seminar 892a"
9-
author: "Margaret Janiczek, Ariane Stark"
10-
date: "4/1/2022"
8+
9+
author: "Margaret Janiczek"
10+
1111
output:
1212
html_document:
1313
toc: true
@@ -436,7 +436,7 @@ inv_covar_matrices <- fgl_results$theta
436436
names(inv_covar_matrices) <- ancestry_groups
437437
438438
439-
test <- graph_from_adjacency_matrix(-cov2cor(inv_covar_matrices[[1]]))
439+
#test <- graph_from_adjacency_matrix(-cov2cor(inv_covar_matrices[[1]]))
440440
441441
#now use `graph_from_adjacency_matrix()` function from igraph to create igraph graphs from adjacency matrices
442442

0 commit comments

Comments
 (0)