Hi all, I have a mxn matrix that consists of 28077 rows of features and 30 columns of samples. I want to normalize each row for the samples for each feature. I have tried normalize and scale functions but they don't seem to work out the way I want to. Thank you -- Edward Chen Email: edchen51@gmail.com Cell Phone: 510-371-4717 [[alternative HTML version deleted]]
On Sep 3, 2009, at 4:41 PM, Edward Chen wrote:> Hi all, > > I have a mxn matrix that consists of 28077 rows of features and 30 > columns > of samples. I want to normalize each row for the samples for each > feature. > I have tried normalize and scale functionsHow?> but they don't seem to work out > the way I want to.Define your wants.>David Winsemius, MD Heritage Laboratories West Hartford, CT
Are you looking for reshape()? HTH, Stephan Edward Chen schrieb:> Hi all, > > I have a mxn matrix that consists of 28077 rows of features and 30 columns > of samples. I want to normalize each row for the samples for each feature. > I have tried normalize and scale functions but they don't seem to work out > the way I want to. > > Thank you > >