G
George Chen
Hello,
I have several tables that look like this:
ProteinName Signal ProteinAmount
A 10 20
B 5 20
C 30 30
(about 1000 proteins)
I have about 50 of these tables.
I want to make a larger table such that all the signal readings for protein
A are side by side, all the readings for protein B are side by side, and so
on for the remaining 998 proteins.
So, something like this:
ProteinName Table1 Table2 Table3
A 10 20 30
B 30 20 10
C 10 20 30
(and so on for the remaining 997 proteins)
Could somebody tell me if this is possible and how I should do it or where I
should start reading to figure out how to do it.
Thanks for your help in advance.
I have several tables that look like this:
ProteinName Signal ProteinAmount
A 10 20
B 5 20
C 30 30
(about 1000 proteins)
I have about 50 of these tables.
I want to make a larger table such that all the signal readings for protein
A are side by side, all the readings for protein B are side by side, and so
on for the remaining 998 proteins.
So, something like this:
ProteinName Table1 Table2 Table3
A 10 20 30
B 30 20 10
C 10 20 30
(and so on for the remaining 997 proteins)
Could somebody tell me if this is possible and how I should do it or where I
should start reading to figure out how to do it.
Thanks for your help in advance.