Displaying 3 results from an estimated 3 matches for "choosebank".
2006 Jun 18
2
analyze amino acid sequence (composition)of proteins
Dear R-helpers:
thank your for your attention.
i am a newer to R and i am doing some protein category classification based on
the amino acid sequence.while i have some questions urgently.
1. any packages for analysis amino acid sequence
2. given two sequences "AAA" and "BBB",how can i combine them into "AAABBB"
3. based on "AAABBB",how can i get some
2006 Nov 08
1
get compressed data via a socket connection
...ction we use, the first time with
no compression, the second one with compression.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(seqinr) # loading seqinr
> choosebank("hoverprot") # choose the database ( this operation will
open the socketanknameSocket$socket )
> query("toto","k=btg@") # do a query ( it means : give me the
sequences associated to the keywords begining with btg, save the list in
toto)
> socket <- bankn...
2007 Dec 31
2
How to import ENSEMBL text data using R
Dear all,
I have a data which is in text file and i would like to import the data to R. From the manual, i?ve found the read.table command function is the most appropriate but when i wrote the command an error had occur. It say ?Error in read.table"C:/Users/user/Documents/cfa-1.txt", header = T, sep = "\t",skip=10) :more columns than column names?. Please help me with this as