Displaying 2 results from an estimated 2 matches for "guanine".
Did you mean:
canine
2004 Oct 01
2
Newbie seeking directions
...ictate" the sequence.
For example, the following could be a DNA sequence:
"ATGCTTCTGGGCTTGCG".
The user can define that:
- for monomer letter 'A', the ogg sound file "adenine.ogg" should be
used to vocalize it;
- for monomer 'G', the sound file "guanine.ogg" should be used, and so
on...
Now, this is how the program could vocalize the sequence
"ATGCTTCTGGGCTTGCG":
0. Let the user define an output file (ogg file) where all the sounds
are sent to (say "gene.ogg");
1. Prepare all the sounds: for each __different__ mono...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")