Displaying 20 results from an estimated 1000 matches similar to: "DNA sequence Fst"
2004 Dec 24
1
fst - err:dosmem:setup_dos_mem
I've installed (maybe not sucessfully) wine 20041201, fst 1.6 and
jack_fst-1.2.
I'm using jack-0.99
When I try and execute jack_fst such as:
#jack_fst Crystal.dll
I receive the following error:
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address
space, please report
can't connect to JACK
I assume that the first error message is from wine. Is that true? I
2006 May 14
2
Bioconductor AND Genetics Library
I am aware of the R Genetics Project that developed the R library and
software called Bioconductor (http://www.bioconductor.org/ ) . How do the
two relate to each other? What is the one that the other is not and vice
versa? Can anybody link me to something that answers the question?
--
Farrel Buchinsky, MD
Pediatric Otolaryngologist
Allegheny General Hospital
Pittsburgh, PA
2005 May 12
0
Multidimensional Scaling with pairwise Fst
I want to create a MDS plot with pairwise Fst values derived from a
population genetics project. My Fst values are in a tab-delimited file
(lower triangle only) that I view with Excel. When I use the cmdscale
command I get the message:
Error in cmdscale(x) : Distances must be result of dist or a square
matrix
In addition: Warning messages:
1: "^" not meaningful for factors in:
2011 Dec 18
0
fst, wine, Kontakt5 ... still no joy
Hi,
(Sorry for the cross-posting.)
After manually installing the 32-bit libjack packages on my 64-bit system,
the original problem ("Can't connect to JACK") is gone; now I get a
whole new set of errors instead :)
When I try to start the Kontakt 5 VST from festige (via fst, via WINE),
this is what I get:
============================
----------------yo... lets see...
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2017 Jun 17
3
write.dna command
Hi all,
I am learning R by "doing". And this is my first post.
I want to use R: 1- to fetch a DNA sequence from a databank (see bellow)
and 2- store it as FASTA file.
The problem: neither an error is prompted nor the fasta file is created.
Testing the code (see bellow), I notice that everything works until
the *"write.dna"
*command - which is not creating the fasta file.
Is there some command or alternative using dist.dna in ape package for models not included like GTR?
2011 Apr 12
1
Is there some command or alternative using dist.dna in ape package for models not included like GTR?
Hi,
I am making some DNA distances and I would like to use dist.dna as matrix in
R, but this command does not include models like GTR...
Is there some command or alternative using dist.dna in ape package for
models not included like GTR?
I would appreciate any help given
Thank you very much,
Ignacio Quintero
Laboratorio de biología evolutiva de vertebrados (Evolvert)
Departamento de Ciencias
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web
page at
www.luc.ac.be/~jlindsey/rcode.html
The R functions in this library cover most of the basic methods of
dna and protein sequence analysis. The library includes ports of
CLUSTAL W for multiple sequence alignment and flip for finding open
reading frames in a dna sequence.
There are an enormous number of interesting and
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web
page at
www.luc.ac.be/~jlindsey/rcode.html
The R functions in this library cover most of the basic methods of
dna and protein sequence analysis. The library includes ports of
CLUSTAL W for multiple sequence alignment and flip for finding open
reading frames in a dna sequence.
There are an enormous number of interesting and
2007 Nov 29
1
configure the margin of the plot
I'm trying to put two plots side-by-side in two panels. Since the
y-axis of the two plots is the same, I want to leave out the y-axis of
the second plot.
And the two plots look quite separate from each other. Is there any way
to have them stay closer to each other? I've tried to adjust mar option
of par but it has a global effect as I see the left margin of the first
plot will be
2017 Jun 17
0
write.dna command
I suspect you meant
WD <- "~/Documents/Scripting/R_Studio/Sequences/"
but I am entirely unfamiliar with the packages you are using, and know nothing about what is on your hard drive.
For future reference:
A) Read the Posting Guide. This is a plain text email list, and your html formatting gets removed leaving a mess that is not always readable.
B) Most frequent users of R
2011 Jul 28
3
R
Good afternoon.
I am a master student in University of Porto in Portugal. At this moment I’m
starting to use R, so I have some doubts.
The aim of my analysis is: calculate a pairwise FST matrix from fasta file
and creat a principal component analyses with adegenet package (I use seqinr
and ape package to read this file, then I convert this file into a genind
object with DNA2genind function
2013 Mar 14
2
how to import DNA sequences in R
Dear all,
I was wondering how to read DNA sequences in R, is there a specific
function and/or a specific package for that?
Thank you very much in advance,
Gian
**
[[alternative HTML version deleted]]
2012 Oct 16
2
sliding window analysis with rollapply
Dear List members
I want to do the sliding window analysis of some specific values. Here is my code:
require(zoo)
dat <- read.table("chr1.txt", header = TRUE, sep="\t")
dat2 <- cbind(dat[1,3]) #The first column is also important. It represents the position of the site on the chromosome.
TS <- zoo(c(dat2))
a <- rollapply(TS, width=1000000, by=200000, FUN=mean,
2010 Sep 24
3
unwanted maildir directory
Dovecot-2.0.3 reported:
Error: Maildir: Found unwanted directory /path/to/mail/user/cur/:2,FST, but rmdir() failed: Directory not empty
and sure enough, this directory really does exist and contain a valid message file:
# cd /path/to/mail/user/cur/
# ls -lR
total 384
drwx------ 8 vmail vmail 272 Sep 24 09:06 .
drwx------ 13 vmail vmail 442 Sep 24 09:06 ..
-rw------- 5 vmail vmail
2015 May 31
2
Etiquetas en gráfico de dispersión
Buenas tardes,
Tengo un gráfico de dispersión y quiero indicar cada punto a qué individuo
corresponde. ¿Cómo añado estas etiquetas de datos?
El código es:
res<-cmdscale(fst,k=2)
plot(res[,1],res[,2],lwd=2,xlab="x",ylab="y")
abline(h=0,v=0,col="blue")
Muchas gracias,
Gemma
[[alternative HTML version deleted]]
2013 Nov 28
1
Relative Cumulative Frequency of Event Occurence
Hi,
My objective is to calculate "Relative (Cumulative) Frequency of Event
Occurrence" - something as follows:
Sample.Number 1st.Fly 2nd.Fly Did.E.occur? Relative.Cum.Frequency.of.E
1 G B No 0.000
2 B B Yes 0.500
3 B G No 0.333
4 G B No 0.250
5 G G Yes 0.400
6 G B No 0.333
7 B B Yes 0.429
8 G G Yes 0.500
9 G B No 0.444
10 B B Yes 0.500
Please refer to the code below:
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Hi,
Did you try install.packages('stats').
Let we know about your Sys.info()
Karim
On Fri, Jan 12, 2018 at 5:37 PM, imane hajar <imane.chafiki.fst at gmail.com>
wrote:
> hello ,
>
> i am so sorry , i figure it out.
>
> im sending this msj to the moderator to stop the approval of the mail .
>
> have a good day.
>
>
> 2018-01-12 15:42 GMT+00:00 imane