Are significant genes ordered in maSigPro?
1
0
Entering edit mode
@itspilipineiro-13161
Last seen 7.1 years ago

Hello, I am doing a temporal analysis of my RNA seq data:

NBp <- p.vector(matrix_counts, design, counts=TRUE)

NBt <- T.fit(NBp)

names(NBt)

 

get<-get.siggenes(NBt, vars="groups")

s<-get$summary

"s" is a dataframe which contains the significant genes for each comparison, each experimental group vs. the control group. 

I got around 6000 genes for each comparison but I need to select the most important or significant ones. Are the results in descendent order of significance? Can I select for example the 30 first rows (genes)? or how many should I select? If they are not in a particular order, what should I do to get a loweramount of genes?

 

Thank you,

Pilar.

masigpro rnaseq • 934 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 2 days ago
United States

Looking at the code for get.siggenes, it doesn't appear that there is any ordering done to the matrix. Sorting and selecting data from a matrix are very simple things to do in R, and there is a document intended to cover such things that you could read.

ADD COMMENT

Login before adding your answer.

Traffic: 929 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6