search for: cog2path

Displaying 1 result from an estimated 1 matches for "cog2path".

Did you mean: codepath
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"),COG0003=c("pathf","pathg","pathh")) I am stuck and have tried various methods involving (probably mangled) versions of lappy a...