8000 Data Wrangling resolution by JP971 · Pull Request #708 · microbiome/OMA · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Data Wrangling resolution #708

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

Merged
merged 3 commits into from
Apr 3, 2025
Merged

Data Wrangling resolution #708

merged 3 commits into from
Apr 3, 2025

Conversation

JP971
Copy link
Contributor
@JP971 JP971 commented Apr 3, 2025

Added Tuomas' example solution to data wrangling together with commentary

JP971 and others added 2 commits April 3, 2025 10:22
Added Tuomas' example solution to data wrangling together with commentary
colData(tse) |> head()

# Create variable 'group' containing 3 random classifications for each entry
tse[["group"]] <- sample(c("group_1", "group_2", "group_3"), ncol(tse), replace = TRUE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep lines under 80 characters long (I fixed this)

Copy link
Contributor
@TuomasBorman TuomasBorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@TuomasBorman TuomasBorman merged commit 8fd656b into microbiome:devel Apr 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0