Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 49 found.
[1] < 1 2 3 4 5 > [5]  Sort:

Fst (Package: snpStats) :

This function calculates the fixation index Fst for each SNP, together with its weight in the overall estimate (as used by the Internation HapMap Consortium).
● Data Source: BioConductor
● Keywords: univar
● Alias: Fst
● 0 images

GlmEstimates-class (Package: snpStats) : Class "GlmEstimates"

A simple class to hold output from snp.lhs.estimates and snp.rhs.estimates. Its main purpose is to provide a show method
● Data Source: BioConductor
● Keywords: classes
● Alias: GlmEstimates-class, [,GlmEstimates,ANY,missing,missing-method, coerce,GlmEstimates,GlmTests-method, show,GlmEstimates-method
● 0 images

GlmTests-class (Package: snpStats) : Classes "GlmTests" and "GlmTestsScore"

Classes of objects created by snp.lhs.tests and snp.rhs.tests. The class "GlmTestsScore" extends the class "GlmTests" and is invoked by setting the argument score=TRUE when calling testing functions in order to save the scores and their variances (and covariances)
● Data Source: BioConductor
● Keywords: classes
● Alias: GlmTests-class, [,GlmTests,ANY,missing,missing-method, chi.squared,GlmTests,missing-method, coerce,GlmTests,data.frame-method, deg.freedom,GlmTests-method, effect.sign,GlmTests,logical-method, names,GlmTests-method, p.value,GlmTests,missing-method, sample.size,GlmTests-method, show,GlmTests-method, summary,GlmTests-method
● 0 images

ImputationRules-class (Package: snpStats) : Class "ImputationRules"

A class defining a list "rules" for imputation of SNPs. Rules are estimated population haplotype probabilities for a target SNP and one or more predictor SNPs
● Data Source: BioConductor
● Keywords: classes
● Alias: ImputationRules-class, [,ImputationRules,ANY,missing,missing-method, plot,ImputationRules,missing-method, show,ImputationRules-method, summary,ImputationRules-method
● 0 images

SingleSnpTests-class (Package: snpStats) : Classes "SingleSnpTests" and "SingleSnpTestsScore"

These are classes to hold the objects created by single.snp.tests and provide methods for extracting key elements. The class "SingleSnpTestsScore" extends class "SingleSnpTests" to include the score and score variance statistics in order to provide methods for pooling results from several studies or parts of a study
● Data Source: BioConductor
● Keywords: classes
● Alias: SingleSnpTests-class, SingleSnpTestsScore-class, [,SingleSnpTests,ANY,missing,missing-method, [,SingleSnpTestsScore,ANY,missing,missing-method, chi.squared,SingleSnpTests,numeric-method, coerce,SingleSnpTests,data.frame-method, effect.sign,SingleSnpTestsScore,missing-method, effective.sample.size,SingleSnpTests-method, names,SingleSnpTests-method, p.value,SingleSnpTests,numeric-method, pool2,SingleSnpTestsScore,SingleSnpTestsScore,logical-method, sample.size,SingleSnpTests-method, show,SingleSnpTests-method, summary,SingleSnpTests-method, switch.alleles,SingleSnpTestsScore,ANY-method
● 0 images

SnpMatrix-class (Package: snpStats) : Class "SnpMatrix"

This class defines objects holding large arrays of single nucleotide polymorphism (SNP) genotypes generated using array technologies.
● Data Source: BioConductor
● Keywords: classes
● Alias: SnpMatrix-class, [,SnpMatrix,ANY,ANY,ANY-method, cbind,SnpMatrix-method, cbind2,SnpMatrix,SnpMatrix-method, coerce,SnpMatrix,character-method, coerce,SnpMatrix,numeric-method, coerce,matrix,SnpMatrix-method, initialize,SnpMatrix-method, is.na,SnpMatrix-method, rbind,SnpMatrix-method, rbind2,SnpMatrix,SnpMatrix-method, show,SnpMatrix-method, summary,SnpMatrix-method, switch.alleles,SnpMatrix,ANY-method
● 0 images

XSnpMatrix-class (Package: snpStats) : Class "XSnpMatrix"

This class extends the SnpMatrix-class to deal with SNPs on the X and Y chromosomes and mitocondrial SNPs.
● Data Source: BioConductor
● Keywords: classes
● Alias: XSnpMatrix-class, [,XSnpMatrix,ANY,ANY,ANY-method, [<-,XSnpMatrix,ANY,ANY,XSnpMatrix-method, coerce,SnpMatrix,XSnpMatrix-method, coerce,XSnpMatrix,character-method, initialize,XSnpMatrix-method, show,XSnpMatrix-method, summary,XSnpMatrix-method
● 0 images

chi.squared (Package: snpStats) : Extract test statistics and p-values

Generic functions to extract values from the SNP association test objects returned by various testing functions
● Data Source: BioConductor
● Keywords: utilities
● Alias: chi.squared, deg.freedom, effect.sign, effective.sample.size, p.value, sample.size
● 0 images

convert.snpMatrix (Package: snpStats) :

These functions convert snpMatrix objects to snpStats objects. convert.snpMatrix converts a single object, while convert.snpMatrix.dir converts all stored elements in a specified directory. They really only change the class names since most of the classes in snpStats are backwards-compatible with snpMatrix. The exception is the ImputationRules class; imputation.rules objects will need to be regenerated.
● Data Source: BioConductor
● Keywords: classes
● Alias: convert.snpMatrix, convert.snpMatrix.dir
● 0 images

filter.rules (Package: snpStats) : Filter a set of imputation rules

Determine which imputation rules are broken by removal of some SNPs from a study. This function is needed because, when if it emerges that genotyping of some SNPs is not reliable, necessitating their removal from study, we would also wish to remove any SNPs imputed on the basis of these unreliable SNPs.
● Data Source: BioConductor
● Keywords: models, regression
● Alias: filter.rules
● 0 images