From PMR’s blog: Figshare appears to be one of the less transparent organizations I have encountered. I cannot find a corporate structure, and the companies’ address is: C/o Macmillan Publishers Limited, Brunel Road, Basingstoke, Hampshire, RG21 6XSI can’t find a… Read more ›
A number of ribosomal proteins seem to be involved in Diamond-Blackfan anemia 1. While the crystal structure of ribosome (such as 3J7R) indicate no interaction between them, and rather interaction with 18S rRNA, it seems like the problem lies at… Read more ›
Annotations extracted from the articleDephosphorylation of 2,3-bisphosphoglycerate by MIPP expands the regulatory capacity of the Rapoport-Luebering glycolytic shunt. “Is this 2,3-BPG phosphatase activity of DdMipp1 conserved in higher organisms? To answer this question, we prepared recombinant HsMIPP1 with a C-terminalmyc-poly(His)… Read more ›
One of the issues of services like Innocentive is that by design they provide suboptimal solutions to seekers. Why? There’s no tweaking allowed. It is almost imp0ssible to have the situation where the winning solution is also optimal. Optimization could… Read more ›
It took me couple of days of searching the web and trying to build my own annotation database for non-model organism, before I’ve realized that Bioconductor already has a mechanism that automates the whole process. In this particular example, I… Read more ›
Here’s a set of commands to generate consensus sequence from mapping reads onto reference. This is implementation of the answer to my question “Software for gene recontruction from WGS data” on BioStar.
|
bwa index database.fasta bwa aln -t $num_threads database.fasta reads.fastq > reads.sai bwa samse database.fasta reads.sai reads.fastq > aln.sam samtools view -b -o aln.bam aln.sam samtools sort aln.bam aln.sorted samtools index aln.sorted.bam samtools mpileup -uf database.fasta aln.sorted.bam |bcftools view -cg - |vcfutils.pl vcf2fq >aln.fastq |
The above code is also available as… Read more ›
There are three interesting WordPress plugins for the embedding citations into blog posts. The first, Kcite is the work by Simon Cockell and Philip Lord. Allows to cite virtually everything. There’s no “but” other than the workflow isn’t that great (have… Read more ›
Input streams: Twitter accessed through Flipboard and desktop clients (all favorited tweets are bookmarked at Diigo) Feedly (~150 subscriptions, dynamically changed) and its “saved for later” option random browsing ends up at Diigo research stuff gets downloaded into Zotero and ends up in one of the predefined… Read more ›
Very interesting research on the diversification of proteome in fungi. Alternative splicing is commonly used by the Metazoa to generate more than one protein from a gene. However, such diversification of the proteome by alternative splicing is much rarer in… Read more ›
There’s an article on Think Progress on the profits of corporations from publicly funded research. Obviously, Elsevier’s earnings had to be mentioned. Note to self: find a summary of overall profits for all major STM publishers, including OA ones. How… Read more ›