Learn R Programming

GenABEL (version 1.8-0)

snp.strand-class: Class "snp.strand"

Description

This class contains the strands of the typed SNPs

Arguments

Slots

.Data:
nucleotide strand data

Methods

[
signature(x = "snp.strand", i = "ANY", j = "missing", drop = "missing"): subset operations. x[i] will show strand for SNPs selected in i.
coerce
signature(from = "snp.strand", to = "character"): converts SNP strand from internal (raw) to human-readable character.
show
signature(object = "snp.strand"): shows the object. Take care that this is internal representation

See Also

snp.coding-class, gwaa.data-class, snp.data-class

Examples

Run this code
	require(GenABEL.data)
	data(srdta)
	srdta@gtdata@strand[1:10]
	as.character(srdta@gtdata@strand[1:10])

Run the code above in your browser using DataLab