~ubuntu-branches/ubuntu/quantal/r-cran-genabel/quantal

« back to all changes in this revision

Viewing changes to man/as.character.snp.data.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2011-02-05 18:06:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110205180624-i1twt82zdpepmfxw
Tags: upstream-1.6-4
ImportĀ upstreamĀ versionĀ 1.6-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\name{as.character.snp.data}
 
2
\alias{as.character.snp.data}
 
3
\title{Attempts to convert snp.data to character}
 
4
\description{
 
5
        A function to convert an object of \code{\link{snp.data-class}}
 
6
        to "character"
 
7
}
 
8
\usage{
 
9
        as.character.snp.data(x, ...)
 
10
}
 
11
\arguments{
 
12
  \item{x}{An object of \code{\link{snp.data-class}}}
 
13
  \item{\dots}{...}
 
14
}
 
15
%\details{
 
16
%}
 
17
\value{
 
18
        A matrix containing genotypes in character format
 
19
}
 
20
%\references{}
 
21
\author{Yurii Aulchenko}
 
22
%\note{
 
23
%}
 
24
\seealso{
 
25
\code{\link{as.double.snp.data}},
 
26
\code{\link{as.hsgeno}},
 
27
\code{\link{as.genotype.snp.data}}
 
28
}
 
29
\examples{
 
30
data(srdta)
 
31
as.character(srdta@gtdata[1:5,1:10])
 
32
}
 
33
\keyword{misc}% at least one, from doc/KEYWORDS