Displaying 1 result from an estimated 1 matches for "g10df".
Did you mean:
  10df
  
2010 Mar 30
2
Choosing and preserving a random duplicate
Dear R-Helpers,
I have a dataframe (g10df) formatted like this:
    GENE             PVAL
1 KCTD12      4.06904e-22
2 UNC93A      9.91852e-22
3  CDKN3      1.24695e-21
4 CLEC2B      4.71759e-21
5   DAB2      1.12062e-20
The rows are ranked in ascending order by PVAL, and I need to end up with
the same relative order. There are duplicate...