Entering edit mode
Dear the edgeR community,
Good day.
1. Could someone please light me, does the "topTags" show also the
down-regulated genes/tags in the top genes list? If it is not, how
could I
get
the down-regulated genes/tags list?
2. Using this command: summary(de <- decideTestsDGE(lrt))
is able to tell the total number of up-regulated and down-
regulated
genes/tags of the test. I would like to learn how can I extract these
up and
down-regulated genes/tags list or I should look at the "topTags"
command instead?
Thank you very much for your time and help.
Best regards,
KJ Lim
[[alternative HTML version deleted]]
Hi Guys,
Thanks for the above information to sorted out the up/down regulated genes from the R studio.
Using this
> geneList <- which(de[,1] == 1) and geneList <- which(de[,1] == -1) - It did work out,
but I am not able to export the file out (write.csv(genelist,file="UP Significant_genes_pvals.csv") and also I don't know how to make the file in high p- value sorting. Could anyone help me on this.
Thanks a million
Write a new question - this thread is 6 years old! You'll be lucky if anyone sees this.
And please, please read the posting guide before you write anything.