search for: peakinfo

Displaying 3 results from an estimated 3 matches for "peakinfo".

2008 Mar 24
3
Simple problem in R
..., they have listed commands that will allow a sample runthrough of their algorithm using a sample dataset. I entered these codes in but was returned the following error messages: data(exampleMS) Warning message: In data(exampleMS) : data set 'exampleMS' not found > SNR.Th <- 3 > peakInfo <- peakDetectionCWT(exampleMS, SNR.Th=SNR.Th) Error: could not find function "peakDetectionCWT" > majorPeakInfo = peakInfo$majorPeakInfo Error: object "peakInfo" not found > peakIndex <- majorPeakInfo$peakIndex Error: object "majorPeakInfo" not found > p...
2008 Mar 25
2
Newbie question
I have 2 tables,T1 and T2. There are 4 columns of T1 and 2 columns of T2 T2 1. 990334. G000021 2. 844047. G000025 3. 281739. G000037 4 280903. G002615 5 418546. G004657 The data in T1 V1 V2 V3 V4 1 T00015 AFP1 human G004657 2 T00035 AP-2alphaA human G002615 3 T00036 AP-4 human G003918 4 T00040 AR human G004953 5 T00045
2005 Nov 23
5
finding peaks in a simple dataset with R
I've been asked in private, (and am replying BCC to the asker), >> I saw your post on the R-help archives page about the possibility of >> porting a function from S-Plus called peaks() to R. I am looking for >> some way to locate peaks in a simple x,y data set, and thought that R >> might be the way to go. "of course" it is the way to go, don't get