I am working on a python project where I开发者_开发技巧 study RNA structure evolution (represented as a string for example: \"(((...)))\" where the parenthesis represent basepairs). The point being is
im using mac 10.6.7, and xcode 4 with gcc 4.2 installed. but when i was installing biopython with: python setup.py install
I have a bam file and use bioperl (Bio::DB::Sam) to work with it. Now i wanted to ask if there is an开发者_如何学编程y possibility to add tags to alignments in this File?
Is there a hash implementation around that doens\'t remember key values? I have to make a giant hash but I don\'t care what the keys are.
I am having an issue with writing a list to a file. I am annotating certain files to change them into a certain format, so I read sequence alignment files, store them in lists, do necessary formatting
I\'m defining a function that calculates the standard deviation of a list. Sometimes the mean of t开发者_如何学运维his list is negative and so my function can\'t take the square root of a negative, re
I\'m defining a function that will return a list of lists where element zero is the 2Darray, element one is the header information, and element 2 is the rowname. How can I read this in from a file whe
I m trying to find gene_info file with genenames and chromosomal location. However, I can\'t seem to locate 开发者_JAVA百科it on NCBI FTP site. Can anyone give me a pointer?See: ftp://ftp.ncbi.nlm.nih
I\'m having a little coding issue in a bioinformatics project I\'m working on. Basically, my task is to extract motif sequences from a database and use the information to annotate a sequence alignment
I\'m trying to calculate codon frequency within a given sequence of DNA. For example: sequence = \'ATGAAGAAA\'