Displaying 20 results from an estimated 400 matches similar to: "New version of seqinR released"
2007 Apr 24
0
new version of seqinR
Dear useRs,
The seqinR package is a library of utilities to retrieve and analyse
biological sequences.
A new version of seqinR, seqinR 1.0-7, has been released on CRAN.
Here is a summary of changes:
o A new *experimental* function extractseqs() to download
sequences thru zlib compressed sockets from an ACNUC server is released.
Preliminary tests suggest that working with about 100,000
2007 Apr 24
0
new version of seqinR
Dear useRs,
The seqinR package is a library of utilities to retrieve and analyse
biological sequences.
A new version of seqinR, seqinR 1.0-7, has been released on CRAN.
Here is a summary of changes:
o A new *experimental* function extractseqs() to download
sequences thru zlib compressed sockets from an ACNUC server is released.
Preliminary tests suggest that working with about 100,000
2006 Jul 25
0
seqinr updated : release 1.0-5
Dear R users,
seqinR 1.0-5 has been released yesterday on CRAN, so that the source code
of the package should be available on all CRAN mirrors within the next 24h.
The updated package vignette is here:
http://pbil.univ-lyon1.fr/software/SeqinR/seqinr_1_0-5.pdf
User level visible changes are:
o A new function dotPlot() is now available.
2006 Jul 25
0
seqinr updated : release 1.0-5
Dear R users,
seqinR 1.0-5 has been released yesterday on CRAN, so that the source code
of the package should be available on all CRAN mirrors within the next 24h.
The updated package vignette is here:
http://pbil.univ-lyon1.fr/software/SeqinR/seqinr_1_0-5.pdf
User level visible changes are:
o A new function dotPlot() is now available.
2006 Nov 08
1
get compressed data via a socket connection
Dear R developers
I am currently working on the seqinR package. The seqinR package
allows a remote access to biological databases via a socket connection.
We are using the functions socketConnection, writeLines and readLines
to open the socket, send request to the server and receive response
from the
server respectively.
Recently, a new function implemented in the socket server allows
2013 Feb 08
1
Conflict command getSequence {biomaRt} and getSequence {seqinr} !!
Hi !
Facing problem with " getSequence" commend .
when only biomaRt package loaded the following example working well
>mart <- useMart("ensembl",dataset="hsapiens_gene_ensembl")
>seq = getSequence(id="BRCA1", type="hgnc_symbol", seqType="peptide", mart = mart)
show(seq)
but when i have loaded the seqinr, i got problem
2009 Dec 30
1
Factor and Level Issue
Dear useR's
I have a small basic problem which I am hoping to get some help with. I have
a data frame, testSeq_df, with 1 row and 500 columns. Each column is a
character (a,c,g or t). I want this sequence to have 4 factors (a,c,g,t).
When I try the following:
for(i in 1:500){
if (length(levels(testSeq_df[,i]))==1)
levels(testSeq_df[,i]) <-
2009 Jan 22
0
write.fasta (seqinr package)
Hi
I would like to use 'write.fasta(sequences, names, nbchar = 60, file.out, open = "w")' to convert a DNA sequence in a text file to fasta format.
How do I read the the text file to prepare the argument 'sequences' of the function.
The DNA sequence in the text file is one line as below:
ATCACACAACGACACTCACCCTGGACGCTCATC.........
Thank you
[[alternative HTML
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.
2012 Jan 16
1
rho stat from a fasta sequence file
Hi all,
I have a sequence file (fasta format) and want to calculate the rho
statistics for dinucleotide abundance value on my data.. the code which I
use is (using seqinr library and current working directory)
seq_info<-read.fasta("gene.txt")
rho(seq_info[1],2)
but it yields only the dinucleotides, not their rho values, i.e,
> rho(seq_info[1],2)
aa ac ag at ca cc cg ct ga gc
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
2007 Apr 06
1
getConnection is not found in R depending on the Linux flavour (RedHat or Debian) - dyn.load problems
Hello R developers,
I am working on the "seqinr" package and I encounter a tricky problem
using a C
function.
We defined a C fonction called "getzlibsock" which is dedicated to
compressed
socket connections. This function is using the R internal C function
called "getConnection(int)" in order to get information about the socket
previously opened with the
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
2011 Sep 20
0
seqinr-dist.alignment?
Hi everyone
I have got a quick question:
I the "seqinr" package:
*dist.alignment(x,"identity")*
This is calculating the square root of pairwise distances. Does anyone know
whether/how gaps are counted in this function?
Thank you.
Best wishes,
Bettina
[[alternative HTML version deleted]]
2012 Apr 09
0
Help using R 2.14.2
Sir,
I am a student in biostat and bioinformatics. I am interested to use R for my research work related to codon usage analysis.This software was used in a publication entitled " Online synonymous codon usage analyses with the ade4 and seqinR packages" and a weblink http://pbil.univ-lyon1.fr/datasets/charif04/ was given for readers to use the program. Now I would like to use the
2007 Jan 17
4
Memory leak with character arrays?
Hi -
When I'm trying to read in a text file into a labeled character array,
the memory stamp/footprint of R will exceed 4 gigs or more. I've seen
this behavior on Mac OS X, Linux for AMD_64 and X86_64., and the R
versions are 2.4, 2.4 and 2.2, respectively. So, it would seem that
this is platform and R version independant.
The file that I'm reading contains the upstream regions
2013 May 07
1
Problem with biomaRt::getSequence.
Hi,
I can run the code some days ago . But cant run now.
Problem 1: Output is ok
ensembl = useDataset("hsapiens_gene_ensembl",mart=ensembl)
utr5 = getSequence(chromosome=3, start=185514033, end=185535839, type="entrezgene",seqType="5utr", mart=ensembl)
Output :
5utr
2008 Dec 11
3
DO NOT REPLY [Bug 5963] New: rsync fails with errors that make no sense...
https://bugzilla.samba.org/show_bug.cgi?id=5963
Summary: rsync fails with errors that make no sense...
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: crhea@mayo.edu
2007 May 14
1
Problem with R CMD BATCH on R-2.5.0 due to Sys.unsetenv not available
Hello,
I am working on an unix SunOS machine ( sun4u sparc) and since the last
release of R -R version 2.5.0 (2007-04-23) - ,
I have got troubles during the execution of batch command.
For example with the instruction file multic.in
>cat multic.in
install.packages("multic","/bge/penel/R_install/R_2.5.0/lib/R/library",repos="http://cran.at.r-project.org")
2006 Feb 23
1
Problem during "make" with the devel version R-2.3.0 under Sun OS
Hello R users and developers,
I had a problem when I tried to install the last version of R-devel.
I know that this R version is an unstable version and that this problem
may be irrelevant.
I am maintaining a R package thus I check if this package can be
installed with the development version.
( Everinthing is fine with the R-patched)
The details are the following:
My machine:
System: