skip to main | skip to sidebar

Useful functions and commands

Friday, June 20, 2014

Inverse normalization function


my.invnorm = function(x)
{
 res = rank(x)
 res = qnorm(res/(length(res)+0.5))
 return(res)
}


Posted by Haky at 11:37 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2015 (1)
    • ►  July (1)
  • ▼  2014 (19)
    • ►  October (1)
    • ►  August (3)
    • ►  July (3)
    • ▼  June (4)
      • Analysis of PubMed search results using R
      • Mining genomic databases with R
      • Statistical Genetics/Genomics Intro Material
      • Inverse normalization function
    • ►  May (1)
    • ►  March (5)
    • ►  February (2)
  • ►  2012 (9)
    • ►  July (1)
    • ►  April (3)
    • ►  February (2)
    • ►  January (3)
  • ►  2010 (5)
    • ►  June (1)
    • ►  March (2)
    • ►  February (2)
  • ►  2009 (15)
    • ►  December (4)
    • ►  November (2)
    • ►  October (6)
    • ►  September (2)
    • ►  April (1)
  • ►  2007 (14)
    • ►  July (2)
    • ►  June (4)
    • ►  May (3)
    • ►  March (2)
    • ►  February (3)
  • ►  2006 (7)
    • ►  December (6)
    • ►  November (1)
  • ►  2004 (4)
    • ►  December (3)
    • ►  June (1)

Contributors

  • Haky
  • Yarko

google