From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH 09/18] gnu: Add r-wgcna. Date: Fri, 25 Nov 2016 20:38:35 +1000 Message-ID: References: <20161124165139.13740-1-rekado@elephly.net> <20161124165139.13740-10-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cADu9-0001Rd-Br for guix-devel@gnu.org; Fri, 25 Nov 2016 05:38:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cADu5-0006eb-JC for guix-devel@gnu.org; Fri, 25 Nov 2016 05:38:53 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:50855 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cADu4-0006XA-W0 for guix-devel@gnu.org; Fri, 25 Nov 2016 05:38:49 -0500 In-Reply-To: <20161124165139.13740-10-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus , guix-devel@gnu.org On 25/11/16 02:51, Ricardo Wurmus wrote: > [..] > + (home-page > + "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/") This line is a bit long, I don't remember, should it be split over two lines? > + (synopsis "Weighted correlation network analysis") > + (description > + "This package provides functions necessary to perform Weighted > +Correlation Network Analysis on high-dimensional data. It includes functions > +for rudimentary data cleaning, construction of correlation networks, module > +identification, summarization, and relating of variables and modules to sample I found the 'and' a bit confusing. Maybe: It includes functions for rudimentary data cleaning, construction and summarization of correlation networks, module identification and functions for relating both variables and modules to sample traits. > +traits. It also includes a number of utility functions for data manipulation > +and visualization.") > + (license license:gpl2+))) > + > (define-public emboss > (package > (name "emboss") LGTM, I have one just like it locally. ben