From d3460b219617b5e2c3d925e6caa8d4c0e0b4c861 Mon Sep 17 00:00:00 2001 From: Tuomas Borman <60338854+TuomasBorman@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:12:58 +0300 Subject: [PATCH] Update import.qmd (#629) --- inst/pages/import.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pages/import.qmd b/inst/pages/import.qmd index 6d8820d6..3ee06c9c 100644 --- a/inst/pages/import.qmd +++ b/inst/pages/import.qmd @@ -109,7 +109,7 @@ sample_meta <- read.csv( # Add this sample data to colData of the taxonomic data object # Note that the samples in the sample data must be in the same order as -in the original biom file and that data must be given in a DataFrame format +# in the original biom file and that data must be given in a DataFrame format colData(tse) <- DataFrame(sample_meta) ```