Description Usage Arguments Details Value Author(s) Source See Also Examples
Given a list with two elements, one containing ranklists for a set of regression models and the second containing the associated p-values. This function is used to extract a subset of the models.
1 | selectrankedlists(ranklist, colsinc)
|
ranklist |
List with two elements (as output from generate profiles): Ranklist: Matrix containing the ranks of gene expression. Rows containing the genes, columns the different profiles. Pvalues: Matrix containing the associated p-values to the differential expression profiles in Ranklist. |
colsinc |
Vector of integers containing the column references of the profiles to select. |
Format of list provided to selectrankedlists is the same as is output from generateprofiles generateprofiles
. The output from selectrankedlists can be used as input to the classify profile function classifyprofile
.
Ranklist |
Matrix containing the ranks of gene expression. Rows containing the genes, columns the selected profiles |
Pvalues |
Matrix containing the associated p-values to the differential expression profiles in Ranklist |
C. Pacini
http://www.ebi.ac.uk/arrayexpress/experiments/E-GEOD-22528
generateprofiles
, classifyprofile
.
1 2 3 | data(profiles)
selectprofile<-selectrankedlists(profiles,1)
classification<-classifyprofile(data=selectprofile$ranklist,noperm=10,signif.fdr=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.