diff --git a/tutorial/Project.toml b/tutorial/Project.toml new file mode 100644 index 0000000..c39603e --- /dev/null +++ b/tutorial/Project.toml @@ -0,0 +1,2 @@ +[deps] +Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781" diff --git a/tutorial/tutorial.jl b/tutorial/tutorial.jl new file mode 100644 index 0000000..5428bba --- /dev/null +++ b/tutorial/tutorial.jl @@ -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