Skip to content

NanoString Plexset Demultiplexing #44

Answered by mcanouil
colsen-bu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You could modify the returned object from NACHO::load_rcc().
For example:

library(NACHO)
data(GSE74821) # results from NACHO::load_rcc()
GSE74821[["nacho"]] <- dplyr::filter(
  .data = GSE74821[["nacho"]],
  <some filter of your own making>
)
normalise(GSE74821)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@colsen-bu
Comment options

Answer selected by colsen-bu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants