getVariable | R Documentation |
These generic functions provide access to variables associated with GWAS data cleaning.
getScanAnnotation(object, ...)
getScanVariable(object, varname, ...)
getScanVariableNames(object, ...)
getScanID(object, ...)
getSex(object, ...)
getSnpAnnotation(object, ...)
getSnpVariable(object, varname, ...)
getSnpVariableNames(object, ...)
getSnpID(object, ...)
getChromosome(object, ...)
getPosition(object, ...)
getAlleleA(object, ...)
getAlleleB(object, ...)
getVariable(object, varname, ...)
getVariableNames(object, ...)
getGenotype(object, ...)
getGenotypeSelection(object, ...)
getQuality(object, ...)
getX(object, ...)
getY(object, ...)
getBAlleleFreq(object, ...)
getLogRRatio(object, ...)
getDimension(object, varname, ...)
getAttribute(object, attname, varname, ...)
getNodeDescription(object, varname, ...)
getAnnotation(object, ...)
getMetadata(object, ...)
getQuery(object, statement, ...)
hasScanAnnotation(object)
hasScanVariable(object, varname)
hasSex(object)
hasSnpAnnotation(object)
hasSnpVariable(object, varname)
hasVariable(object, varname)
hasQuality(object)
hasX(object)
hasY(object)
hasBAlleleFreq(object)
hasLogRRatio(object)
nsnp(object)
nscan(object)
autosomeCode(object)
XchromCode(object)
XYchromCode(object)
YchromCode(object)
MchromCode(object)
writeAnnotation(object, value, ...)
writeMetadata(object, value, ...)
object |
Object, possibly derived from or containing
|
varname |
Name of the variable (single character string, or a character vector for multiple variables). |
attname |
Name of an attribute. |
statement |
SQL statement to query
|
value |
data.frame with annotation or metadata to write to
|
... |
Additional arguments. |
get
methods return vectors or matrices of the requested
variables (with the exception of getQuery
, which returns a data
frame).
has
methods return TRUE if the requested variable
is present in object
.
nsnp
and nscan
return the number of SNPs and scans in
the object, repectively.
autosomeCode
, XchromCode
, XYchromCode
, YchromCode
, and
MchromCode
return the integer chromosome codes associated with
autosomal, X,
pseudoautosomal, Y, and mitochondrial SNPs.
Stephanie Gogarten
ScanAnnotationDataFrame-class
,
SnpAnnotationDataFrame-class
,
ScanAnnotationSQLite-class
,
SnpAnnotationSQLite-class
,
NcdfReader-class
,
NcdfGenotypeReader-class
,
NcdfIntensityReader-class
,
GdsReader-class
,
GdsGenotypeReader-class
,
GdsIntensityReader-class
,
GenotypeData-class
, IntensityData-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.