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

Description Slots Methods Author(s) See Also Examples

Description

This class contains the strands of the typed SNPs

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

Author(s)

Yurii Aulchenko

See Also

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

Examples

1
2
3
4
	require(GenABEL.data)
	data(srdta)
	srdta@gtdata@strand[1:10]
	as.character(srdta@gtdata@strand[1:10])

GenABEL documentation built on May 30, 2017, 3:36 a.m.