Displaying 1 result from an estimated 1 matches for "10003_at".
2011 Aug 31
3
subsetting by rows
...a.frame by rows.
Example:
Probesets 34884 34888 34892
1 100009676_at A A A
2 10001_at P P P
3 10002_at A A A
4 10003_at A A A
5 100048912_at P A A
For this data.frame I want to retrieve only the rows where at least one ´P´ is found. So in this example it would be rows 2 and 5.
Best regards and thanks in advance
[[...