I have a table of DE genes from each experimental group. And I have a list of genes in each chromosome. I want to look the number of up and down DE genes in this table but in each chromosome.
I thought to use excel, but it turn out to be too much complicated. Can someone expert in R try to help me?
Can you post few lines of both the files so that any body can give you a simple command/script ?
So you have a list of DEGs and a list of Genes per Chromosome and you want to count the number of up and downregulated genes in each chromosome? Can you paste the top 5 lines of each list/file?
komal.rathi exactly. Here is my 2 tables, the first contains the genes of each chromossome, the second, my genes with fold change, when negative the gene is downregulated, and positive up regulated. I must search the gene in the chromossome list, indentify the chromossome number, and mark it as up or down. Can you help me ? =S
I promise help other people when I learn programing.
Can you paste some data that overlaps? For e.g. here the Gene IDs in table1 are not present in table2.