gnu: Add r-made4.
* gnu/packages/bioconductor.scm (r-made4): New variable.
This commit is contained in:
		
							parent
							
								
									0624e7dbad
								
							
						
					
					
						commit
						d3f3968e65
					
				
					 1 changed files with 29 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4708,6 +4708,35 @@ and the assessment of differential expression.  The analysis methods apply to
 | 
			
		|||
different technologies, including microarrays, RNA-seq, and quantitative PCR.")
 | 
			
		||||
    (license license:gpl2+)))
 | 
			
		||||
 | 
			
		||||
(define-public r-made4
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-made4")
 | 
			
		||||
    (version "1.70.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "made4" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1wrv9d2mp799qzy1bsaj4w7wx12gdhfv9qvklz7z41vfz59d6bq5"))))
 | 
			
		||||
    (properties `((upstream-name . "made4")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list r-ade4
 | 
			
		||||
           r-biobase
 | 
			
		||||
           r-gplots
 | 
			
		||||
           r-rcolorbrewer
 | 
			
		||||
           r-scatterplot3d
 | 
			
		||||
           r-summarizedexperiment))
 | 
			
		||||
    (native-inputs (list r-knitr))
 | 
			
		||||
    (home-page "http://www.hsph.harvard.edu/aedin-culhane/")
 | 
			
		||||
    (synopsis "Multivariate analysis of microarray data using ADE4")
 | 
			
		||||
    (description
 | 
			
		||||
     "This is a package for multivariate data analysis and graphical display
 | 
			
		||||
of microarray data.  Functions are included for supervised dimension
 | 
			
		||||
reduction (between group analysis) and joint dimension reduction of two
 | 
			
		||||
datasets (coinertia analysis).")
 | 
			
		||||
    (license license:artistic2.0)))
 | 
			
		||||
 | 
			
		||||
(define-public r-methylkit
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-methylkit")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue