Quartile Normalization in R : RNA-seq
1
0
Entering edit mode
6.2 years ago
KVC_bioinfo ▴ 590

Hello,

I am trying to use quartile normalization in R. I came across This lib. However, I could not load it. Is there any other away to do quartile normalization in R?

quartile normalization R LPE RNA-Seq • 9.3k views
ADD COMMENT
1
1
Entering edit mode

I guess that this thread is sequentially linked to this: Quantile Normalization in R

ADD REPLY
0
Entering edit mode

Is it the same thing? I am confused if quartile normalization and quantile normalization are same?

ADD REPLY
0
Entering edit mode

My apologies. It's late here and my eyes are almost closed. I did not see the different 'r' (quartile) and 'n' (quantile). They are different

ADD REPLY
0
Entering edit mode

No worries. I am trying to find how quartile normalization is done in R?

ADD REPLY
1
Entering edit mode

Quartile and quantile are performed differently. Quantile (with 'n') became very popular in microarray analysis, as you probably know. I have not seen quartile (with 'r') used that much; however, in RNA-seq, 'upper quartile' is a method that is used for normalisation.

There is material on the WWW that discusses this, such as: Which method should you use for normalization of RNA-Seq data?

ADD REPLY
0
Entering edit mode

Thank you. Are you aware of any R package for doing this? (Quartile)

ADD REPLY
1
Entering edit mode

Hello again Sir, well, quartiles are just quartiles (data range divided into 4). To use them for normalisation requires the use of one of the quartiles, such as in upper quartile normalisation. I have not had to do this in R previously, but this function appears valid: https://www.rdocumentation.org/packages/NOISeq/versions/2.16.0/topics/Normalization

This is, for example, used for some of the TCGA data: https://gdc.cancer.gov/about-data/data-harmonization-and-generation/genomic-data-harmonization/high-level-data-generation/rna-seq-quantification

ADD REPLY
1
Entering edit mode

Best!! Let me try this out. Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 2468 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6