Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Juliacon tutorial outline #132

Merged
merged 4 commits into from
Jun 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions tutorial/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
37 changes: 37 additions & 0 deletions tutorial/tutorial.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### A Pluto.jl notebook ###
# v0.19.9

using Markdown
using InteractiveUtils

# ╔═╡ bd9652fc-f262-11ec-3cf6-71de5b26f0f0
md"""
# Microbiome.jl tutorial
"""

# ╔═╡ 8d01fe33-6610-44b1-800a-5fba9224359c
md"""
## Download microbial community data
"""

# ╔═╡ f5decd43-03ca-40ce-89a0-2cb74fa0fa70
md"""
## Download metadata
"""

# ╔═╡ c4df70fd-ea07-4601-846a-b492baed4d60
md"""
## Load data and metadata into Microbiome.jl
"""

# ╔═╡ 42ff9700-8d33-41b0-915a-acb6202bc227
md"""
## Create Principal Coordinate Analysis (PCoA)
"""

# ╔═╡ Cell order:
# ╟─bd9652fc-f262-11ec-3cf6-71de5b26f0f0
# ╟─8d01fe33-6610-44b1-800a-5fba9224359c
# ╟─f5decd43-03ca-40ce-89a0-2cb74fa0fa70
# ╟─c4df70fd-ea07-4601-846a-b492baed4d60
# ╟─42ff9700-8d33-41b0-915a-acb6202bc227