Hi,
data.frame(GeneName=unique(df$GeneName),Value=sapply(unique(df$GeneName),
function(x)max(df$Value[df$GeneName==x])))
On 25/10/2007, Paul Christoph Schröder <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> maybe someone can help me with this:
>
> I have a matrix of genes and values:
> GeneName Value
?aggregate
b
On Oct 25, 2007, at 1:21 PM, Paul Christoph Schröder wrote:
> Hi,
>
> maybe someone can help me with this:
>
> I have a matrix of genes and values:
> GeneName Value
> Abc1 10
> Abc2 11
> Bbc1-5
> Bbc31 2
> Ccd
Hi,
maybe someone can help me with this:
I have a matrix of genes and values:
GeneName Value
Abc1 10
Abc2 11
Bbc1-5
Bbc31 2
Ccd 5
Ccd -2
Ccd 7
Dda 5
Dd
3 matches
Mail list logo