Skip to content

Commit

Permalink
Update import.qmd (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Oct 7, 2024
1 parent 8e01062 commit d3460b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pages/import.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit d3460b2

Please sign in to comment.