Hello,
I have 25 lists of genes.
On each list, there are anywhere from 1-50 genes
I want to process these lists to find, between these 25 lists, which genes show up most frequently.
Can anyone help?
What I have tried on R:
Loading all 25 lists, and then
Reduce(intersect, list(a,b,c))
However: when inputting 25 lists, it usually gives me a null because no single gene appears on all 25 lists.
My aim is to have a result where I have a list of genes listed by frequency of appearance within these 25 lists.
Thanks
?
Can you be a little more specific? I'm new at R.
I uploaded the lists onto my Global Environment so I'm not sure if I have to cat list or sort.
When I did
unique(list1, list2, list 3...list 25)
it says hash table is full ---not sure what-c
meansThanks for your patience this is probably so easy for you
If it helps, here is my data specifically that I enter into the R Console:
Load lists: