selprofile {DrugVsDisease} | R Documentation |
Ranklist which has the rank of each gene according to differential expression. P-values is the second element in the list containing the associated p-value for gene differential expression.
data(selprofile)
List with two elements, the first ranklist containing the ranked position of the gene according to its differential expression. The second item in the list is the associated pvalues.
Example ranked list of differential expression. Taken from Array express experiment E-GEOD-22528
http://www.ebi.ac.uk/arrayexpress/experiments/E-GEOD-22528
data(selprofile) ## maybe str(selprofile) ; plot(selprofile) ...