| selectionResult {geneSLOPE} | R Documentation |
selectionResult class
Description
A result of applying SLOPE to matrix of SNPs obtained by
clumping produced. Result of function select_snps
Details
Always a named list of eighteen elements
-
Xnumeric matrix, consists of one snp representative for each clump selected by SLOPE -
effectsnumeric vector, coefficients in linear model build on snps selected by SLOPE -
R2numeric, value of R-squared in linear model build on snps selected by SLOPE -
selectedSNPswhich columns in matrixX_allare related to snps selected by SLOPE -
yselectedClumps list of numeric vectors, which columns in SNP matrixX_allare related to clump members selected by SLOPE -
lambdanumeric vector, lambda values used by SLOPE procedure -
ynumeric vector, phenotype -
clumpRepresentativesnumeric vector, which columns in SNP matrixX_allare related to clumps representatives -
clumpslist of numeric vectors, which columns in SNP matrixX_allare related to clump members -
X_infodata.frame, mapping information about SNPs from .map file. Copied from the result of clumping procedure -
X_clumpsnumeric matrix, consists of one snp representative for each clump -
X_allnumeric matrix, all the snps that passed screening procedure -
selectedSnpsNumbersnumeric vector, which rows ofX_infodata.frame are related to snps that were selected by SLOPE -
clumpingRepresentativesNumbersnumeric vector, which rows ofX_infodata.frame are related to snps that are clump represenatives -
screenedSNPsNumbersnumeric vector, which rows ofX_infodata.frame are related to snps that passed screening -
numberOfSnpsnumeric, total number of SNPs before screening procedure -
pValMaxnumeric, p-value used in screening procedure -
fdrnumeric, false discovery rate used bySLOPE
See Also
screeningResult clumpingResult
select_snps SLOPE