View source: R/Gene_Select_And_Surv.R
gene_selection_surv | R Documentation |
Selects markers for mapper based on the product of standard deviation plus one times the Z score obtained thorugh fitting a cox proportional hazard model to the expression of each gene.
gene_selection_surv( D_Comp, p_Data, Status_Col_Name, Status_Value, Cox_All, n_top, type_sel = c("Top_Bot", "Abs") )
D_Comp |
Disease component object |
p_Data |
Data.frame with the phenotype data. |
Status_Col_Name |
Column for sample filtering. |
Status_Value |
Value for the sample filtering co-variate. |
Cox_All |
Output from the cox_all_genes function. |
n_top |
Number of markers presenting the maximum values for the product. |
type_sel |
Select top from bottom and top or from absolute value. |
## Not run: gene_selection_surv(D_Comp,p_Data,Status_Col_Name,Status_Value,Cox_All,n_top) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.