Displaying 20 results from an estimated 36 matches for "haplo".
Did you mean:
hallo
2006 Aug 24
2
Problem in library.dynam problems on Linux
..., we have only noticed this problem in the past 3 months on this R installation, whereas some users had success before then. It could be that something on our system changed, but I am not an admin so I wouldn't know where to look. Can anyone help with this problem?
## A LOCAL INSTALLATION OF HAPLO.STATS APPEARS SUCCESSFUL
[sinnwell at dnode0 rpack]$ R CMD INSTALL -l /home/sinnwell/rdir/tmplib haplo.stats
* Installing *source* package 'haplo.stats' ...
** libs
make: `haplo.stats.so' is up to date.
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
>&g...
2012 Jan 10
0
haplo.stats version 1.5.2
haplo.stats, version 1.5.2, is now available on CRAN.
Below I provide the description and link to our software page where you
can also find the updated user manual. The most notable updates for this
version were to make the haplo.glm fitted object work more like the glm
object; other changes are listed...
2012 Jan 10
0
haplo.stats version 1.5.2
haplo.stats, version 1.5.2, is now available on CRAN.
Below I provide the description and link to our software page where you
can also find the updated user manual. The most notable updates for this
version were to make the haplo.glm fitted object work more like the glm
object; other changes are listed...
2003 Oct 09
1
dyn.load error with C file
Re-sending this from 10/7. Please help! I'm really clueless how to fix this:
System: Solaris 7, Software: R_1.7.1 for unix
> R CMD INSTALL -l /Rdir/library haplo.stats_1.1.0.tar.gz
-works like a charm-- no syntax errors, etc
But problems are when I'm loading the library within R.
> library(haplo.stats, lib.loc="/people/biostat3/sinnwell/Rdir/library")
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable...
2003 Oct 07
0
C dynamic library error on Solaris 7
I am on Solaris 7, using R_1.7.1 developing packages for both Splus and R.
We have a working R-package for haplo.score and now converting to haplo.stats.
R CMD INSTALL -l /people/biostat3/sinnwell/Rdir/library haplo.stats_1.1.0.tar.gz
works like a charm-- as comparable to our working version of haplo.score.
But problems are when I'm loading the library within R.
Within my package I have three C files, o...
2004 Oct 19
2
pasting indexes to variables within loops
Hi all,
Hope someone can help me. I start out with a matrix called haplo with 600 rows and two columns. To start with, the elements of the matrix are character strings of 20 numbers. I then want to create separate objects, called ha1-ha600, that are the concatenated 20 + 20 numbers, as numeric. I am having no trouble doing anything except getting the index i to paste...
2003 Feb 14
1
programs for genetics - haplo.score for R
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1819 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20030214/7f3adccd/attachment.bin
2006 Oct 10
0
Haplo.Stats: error (recursive default argument reference)
Dear colleagues,
I face a problem doing haplotype analyses with haplostats: when I use
the haplo.em function, the programme gives an error message because of
'recursive default argument reference.' I am not able to figure out what
this means. Could you perhaps help me?
The full output is the following:
> library(haplo.stats)
&...
2004 Jan 26
3
write.table file="file.txt" help
...It loops through the matrix read into R and picks out
submatrices and then creates a separate output file for each
submatrix. The loop works great, but I am having trouble getting all
the separate output files written.
The line I have is:
write.table(ch1d, file="C:/WINDOWS/Desktop/SNPs/haplo.txt",
row.names=F, col.names=F, append=F, quote=F)
Which works just fine if I just wanted to create a single file from the
loop. However, I need to somehow get it to change the name of the
output file ("haplo.txt") each time it goes through the loop so it
doesn't overwrite...
2002 Aug 08
2
Splus-funktion "haplo.score"
Sehr geehrte Damen und Herren,
hiermit m?chte ich bei Ihnen nachfragen, ob die f?r Splus
geschriebene "haplo.score"- Funktion auch unter R verwendet werden
kann.
siehe
http://www.mayo.edu/statgen/software/
Wenn ja, wie sind die Aufrufe
Splus CHAPTER -m und
Splus make
in R zu realisieren?
Herzlichen Dank f?r Ihre M?he
mit freundlichen Gr??en
--
Dr. rer. nat. Andreas Fr?hlich
Institute of Medical B...
2002 Sep 14
0
R-version of haplo.score uploaded to CRAN
I've just uploaded an R version of Daniel Schaid's 'haplo.score' library
(from http://www.mayo.edu/statgen/) to CRAN.
>From the DESCRIPTION file:
[haplo.score is a] suite of routines that can be used to compute score
statistics to test associations between haplotypes and a wide variety of
traits, including binary, ordinal, quantitative, and P...
2008 Mar 03
7
help for the first poster- a simple question
Hi, there,
I cannot get accurate value for calculation.
for example:
ld<-sqrt(1*0.05*0.95*0.05*0.95)
0.05*0.95-ld=-6.938894e-18
0.05*0.95-ld==0 is False.
I met this problem in my program, how can I handle it. Thanks.
xj.
2006 Mar 24
1
cox model for haplotypes
Hi,
Anybody knows a function that can fit haplotype data to a Cox model.
I've been searching it in the web without succeed.
I use "haplo.stats" package, but unfortunatelly it's not possible to
analyse survival data, amb I right?.
Thanks in advance.
Isaac Subirana (isubirana@imim.es)
[[alternative HTML version delet...
2005 Aug 04
1
linkage disequilibrium
Dear all,
I'm using the package "Genetics", and I'm interested in the computation of D'
statistics for Linkage Disequilibrium, for which the LD() command has been
realised. Unfortunately I don't find any reference on "how" the D' is computed
by the LD() function. In the package documentation it is generally referred as
"MLE" estimation, but
2005 Jun 24
5
Memory limits using read.table on Windows XP Pro
Hello,
When I try:
geno
<-read.table("2500.geno.tab",header=TRUE,sep="\t",na.strings=".",quote="
",comment.char="",colClasses=c("factor"),nrows=2501)
I get, after hour(s) of work:
Error: cannot allocate vector of size 9 Kb
I have:
Rgui.exe --max-mem-size=3Gb
and
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft
2006 Apr 05
2
Problems in package management after Linux system upgrade
...I subjectively think we don't need them
failPackages2 <-
c("aaMI","AlgDesign","bim","caMassClass","CGIwithR","CDNmoney","clac","clim.pact","compositions","cyclones","hapassoc","haplo.score","haplo.stats","hapsim","httpRequest",
"labdsv","kza","LMGene","Malmig","magic","negenes","oz","papply","spe","wavethresh","waveslim","tdthap&q...
2005 Jan 25
1
Recursive default argument reference
"Recursive default argument reference" keeps appearing when I try to run a haplo.score function in R for Windows. I'm new to using this program. Does anyone know what this means?
---------------------------------
[[alternative HTML version deleted]]
2008 Apr 11
1
EM algorithm for multiple-locus haplotypes frequencies
Hi all,
I've been looking in R for an EM algorithm adjusted for multiple-locus
haplotypes frequencies, but failed in 100%. Has anyone heard of
anything of this kind in R?
Thanks in advance,
Marcin
2009 Aug 31
1
permutation test - query
Hi,
My query is regarding permutation test and reshuffling of genotype/phenotype
data
I have been using the haplo.stats package of R. for haplotype analysis and I
would like to perform an analysis which I'm requesting your advice.
I have a data set of individuals genotyped for 12 SNP and a dichotomous
phenotype.
At first, I have tested each of those SNP independently in order to bypass
multiple testing iss...
2009 Nov 04
1
kalaiinfo@gmail.com
i am using R, haplo.stats package. i am working in liux, redhat 5. I run this many times, but suddenly its showing 0xf42418, cause 'memory not mapped'. i run again again its showing the same problem. Can you help me to solve the problem.
thank you in advance
kalai