Displaying 1 result from an estimated 1 matches for "cog0001".
Did you mean:
cog0002
2010 Oct 10
2
Help reading table rows into lists
Hi all,
I have a large table mapping thousands of COGs(groups of genes) to
pathways.
# Ex
COG0001 patha pathb pathc
COG0002 pathd pathe
COG0003 pathe pathf pathg pathh
##
I would like to combine this information into a big list such as below
COG2PATHWAY<-
list
(COG0001
=
c
("patha
","pathb
","pathc
"),COG0002=c("pathd","pathe"),COG...