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

Summarise / aggregate sample #375

Open
royfrancis opened this issue Aug 14, 2023 · 0 comments
Open

Summarise / aggregate sample #375

royfrancis opened this issue Aug 14, 2023 · 0 comments

Comments

@royfrancis
Copy link

royfrancis commented Aug 14, 2023

My original data is at well level (in a 384 well plate). There are multiple biological and technical replicates for each sample. For exploration, i would like well level data (to get an idea of spread), followed by some filtering, but for some analysis, I would prefer sample level data. ie; wells (bio and/or technical replicates) summarised down to sample level. Not sure how to go about doing this.

For example, this would give a matrix of 300 x 300

imm_ov1 <- repOverlap(immdata$data, .method = "public", .verbose = F)
vis(imm_ov1)

What I really need is at tissue level (which should be about 24x24)

vis(imm_ov1, .by = "tissue", .meta = immdata$meta)

Are there functions for this or should i do this manually?

>> packageVersion("immunarch")
[1] ‘0.9.0’
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

No branches or pull requests

1 participant