Displaying 2 results from an estimated 2 matches for "alysta".
Did you mean:
alyssa
2008 Mar 07
3
Combine two columns
Is there a way to combine two columns within a data frame?
Example data:
id snp AL1 AL2
1500 30 A B
1510 30 A A
1520 30 A B
This is what I would like:
indv snp AL1AL2
1500 30 AB
1510 30 AA
1520 30 AB
Any help is greatly appreciated.
Alysta
2008 Mar 25
2
Compare two data sets
...nt between the two sets(ie output "a1", "a3" as the differing information). The overall purpose would be to remove "a1" and "a3" from dat 1 so both dat1 and dat2 are the same.
My R abilities are somewhat limited so any suggestions are greatly appreciated.
Alysta
dat1
a1
a2
a3
a4
a5
a6
dat2
a2
a4
a5
a6