Skip to content

Conversation

@jdblischak
Copy link
Contributor

This PR adds support for assay/metaAssay transformations. Instead of passing a data frame, the user can pass a named list of data frames. The row and column names must be identical.

Here is example code assuming the objects counts, cpm, and normalized contains the raw counts, counts per million, and normalized assay measurements.

x <- addAssays(x, assays = list(model_04 = list(a1 = counts, a2 = cpm, a3 = normalized)))

Once approved, please squash and merge this PR.

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