+1 for the smile while reading ;)
Question: Bioinformatics "Cheat Sheet" |
||
36
|
Inspired by Keith Robison's post on "cheat sheets", what would you put on a cheat sheet for bioinformatics? This might include one-line scripts, conversion factors, handy rules of thumb, etc. Some of Keith's suggestions, which have a biology slant:
|
|
15
|
Not completely bioinformatics oriented, but some things I've found handy.
|
|
8
|
missing from the list
|
|
5
|
This reminds me a little bit of BioNumbers: http://bionumbers.hms.harvard.edu |
|
|
| ||
4
|
Coming more.... :D |
|
|
| ||
4
|
The cheat sheet for programming in R would be what you are looking for. Here are good manuals that my advisor, Thomas Girke, wrote: The HT Sequence Analysis manual was as recommended in http://biostar.stackexchange.com/questions/539/recommend-your-favorite-introductory-r-in-bioinformatics-books-and-resources |
|
|
| ||
3
|
I'll start off with a few of my own:
|
|
|
| ||
3
|
building up my list here.. a blog post would be a good record for myself when i change computers or move office where i usually lose my printed copies. http://kevin-gattaca.blogspot.com/2011/03/cheat-sheets-galore-bioinformatics.html |
|
|
| ||
3
|
Very cool question, here's mine, which probably isn't all that relevant to most biostar members but is popular in our lab: A table of nucleotide substitution models, and how to set them in the most commonly used programs Still working on it (you can implement the exotic models in most of the software, but not easily) |
|
|
| ||
3
|
My cheat sheet would be Amino acid structures with their properties And I would also consider Biostar because it is in fact more than google. |
|
|
| ||
2
|
|
|
|
| ||
2
|
List of most used file formats (.pdb, .bam, .fastq, etc etc), what information they contain, and what they can be used for? (and possibly the most well-known software(s) that reads them) |
|
|
| ||
2
|
great idea! a bit of biology: the citrus cycle! http://student.ccbcmd.edu/~gkaiser/biotutorials/cellresp/images/u4fg35.jpg or here you can find it also along other must-knows http://www.dummies.com/how-to/content/molecular-cell-biology-for-dummies-cheat-sheet.html for R & Regex I already have seperate cheatsheets on my desk. One thing i am missing tough, is a cheatsheet for Regex, referring to in which environment one has to escape which characters and backreferences ( or $) |
|
|
i really like this website for regex http://www.sarand.com/td/ref_perl_pattern.html | ||
1
|
I like this question, so at the risk of sounding trite: my cheat sheet = a Google search. I store very little information these days; it's as quick and easy to search for it as and when required. |
|
|
that has an uneven success rate. which google query will lead you directly to the answer of, for example, what percentage of the human genome contained in transcription units
3
that has an uneven success rate. which google query will lead you directly to the answer of, for example, what is the percentage of the human genome contained in transcription units? Did you try this one? "human genome percentage transcribed" It gives this as the first hit: http://bionumbers.hms.harvard.edu/bionumber.aspx?s=y&id=103746&ver=2
1
Did you try this one? "human genome percentage transcribed" It gives this as the first hit: http://bionumbers.hms.harvard.edu/bionumber.aspx?s=y&id=103746&ver=2 That is a nice bonus, but the second hit: http://www.genome.gov/25521554 tells you what you asked for (1.5-2%)
1
"At present, about one-third of the human genome appears to be transcribed" http://bit.ly/ga2YFU just the amount of surfing I had to do and still not find that number is evidence enough that a genomics cheat sheet would be handy thing | ||
1
|
|
|
|
| ||
Could you please collect the answers and put them on a cheat sheet blog somewhere?
And/or incorporating answers here would be nice.
Hey! Brilliant idea to have a cheat code. but this list will go endless unless you give sub categories, like the cheat code for researchers working in bioalgorithm development, genomics, data analysis etc... this will make it more organised.
Instead of blog post, maybe github repo with Markdown/LaTeX would be better?