Skip to content

Normalization methods #69

Answered by wolski
mychelmorais asked this question in Q&A
Feb 28, 2024 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

Can you please try:

quant <- function(y){
  ynorm <- preprocessCore::normalize.quantiles(y)
  rownames(ynorm) <- rownames(y)
  colnames(ynorm) <- colnames(y)
  return(ynorm)
 }
 res <- lfqTrans$intensity_matrix( .func = quant)

It seems that normalize.quantiles drops row and colnames.
Also you need to log first.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mychelmorais
Comment options

Comment options

You must be logged in to vote
1 reply
@mychelmorais
Comment options

Answer selected by jjGG
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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