onetipperday.sterding.com
One Tip Per Day: Be cautious of using grep --colour=always
http://onetipperday.sterding.com/2015/05/be-cautious-of-using-grep-colouralways.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Friday, May 22, 2015. Be cautious of using grep - colour=always. I noticed that grep - colour=always. Can embed additional code (for coloring, for example, [ 01;31m [ K [ m [ K. In your text, which could lead downstream confusion. Here is one such example:. Echo 1 2 3 grep 2. Echo 1 2 3 grep 2 cat -v. Echo 1 2 3 grep - colour=always 2. Echo 1 2 3 grep - colour=always 2 cat -v. The solution is to use.
onetipperday.sterding.com
One Tip Per Day: Which version should I install? 32 bit or 64 bit? Ubuntu or CentOS?
http://onetipperday.sterding.com/2015/05/which-version-should-i-install-32-bit.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Thursday, May 21, 2015. Which version should I install? 32 bit or 64 bit? I was posting two relevant articles on this topic:. Unix vs. Linux. Http:/ onetipperday.blogspot.com/2014/07/unix-vs-linux.html). Which version of tools I should install? I386 vs. x86 64, and 32bit vs. 64bit kernel. Http:/ onetipperday.blogspot.com/2013/02/software-vs-hardware-i386-vs-x8664-and.html). In my case, I used:.
onetipperday.sterding.com
One Tip Per Day: Dopamine, L-DOPA, catecholamines, TH, Nuur1 etc.
http://onetipperday.sterding.com/2015/08/dopamine-l-dopa-catecholamines-th-nuur1.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Wednesday, August 05, 2015. Dopamine, L-DOPA, catecholamines, TH, Nuur1 etc. Catecholamines (儿茶酚胺) is the collection name for three neurotransmitters: epinephrine. L-DOPA is its precursor. Its corresponding drug is called levodopa. L-DOPA is produced from the amino acid L- tyrosine. By the enzyme tyrosine hydroxylase. Tyrosine cannot pass the BBB (blood brain barrier), but L-DOPA can. How to tell wh...
onetipperday.sterding.com
One Tip Per Day: PLINK2 vs. SNAP for linkage disequilibrium (LD) calculation
http://onetipperday.sterding.com/2015/09/linkage-disequilibrium-ld-calculation.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Friday, September 11, 2015. PLINK2 vs. SNAP for linkage disequilibrium (LD) calculation. Among other ways to calculate SNPs in linkage disequilibrium (LD), two methods have been used in many literatures: PLINK2 and SNAP. With PLINK2, SNPs in LD can be calculated using parameters like:. PLINK2 -r2 dprime - ld-window-kb 1000 - ld-window 10 - ld-window-r2 0.8. And the number of SNPs apart ( - ld-window.
onetipperday.sterding.com
One Tip Per Day: My note on multiple testing
http://onetipperday.sterding.com/2015/12/my-note-on-multiple-testing.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Friday, December 04, 2015. My note on multiple testing. It's not a shame to put a note on something (probably) everyone knows and you thought you know but actually you are not 100% sure. Multiple testing is such a piece in my knowledge map. Type I error (false positive) and Type II error (false negative):. When we do a hypothesis test, we can categorize the result into the following 2x2 table:.
onetipperday.sterding.com
One Tip Per Day: Calculate the odd of winning Powerball in R
http://onetipperday.sterding.com/2016/01/calculate-odd-of-winning-powerball-in-r.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Tuesday, January 12, 2016. Calculate the odd of winning Powerball in R. This Wednesday’s Powerball grand prize already climbed up to $. 15 BILLION. If you choose to cash out, it would be $930 million. And it keeps increasing…. So, what’s the odd of winning the jackpot prize? Here is the game rule according to Powerball.com:. 8230;we draw five white balls out of a drum with 69 balls and one red ball.
onetipperday.sterding.com
One Tip Per Day: Best way to draw heatmap for publication
http://onetipperday.sterding.com/2016/07/best-way-to-draw-heatmap-for-publication.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Friday, July 08, 2016. Best way to draw heatmap for publication. Here are two tips I can share if you were also working on a big dataset towards a high quality heatmap:. 1 Don't generate PDF using pheatmap(). As (i) the file is unnecessarily SUPER large if you have a lot of data points in the heatmap, so that you can kill your Illustrator; (ii) annoying grey boxes added to the grip (see here. Questi...
onetipperday.sterding.com
One Tip Per Day: Dopamine is the "Kim Kardashian of molecule" in brain -- I like this!
http://onetipperday.sterding.com/2015/12/dopamine-is-kim-kardashian-of-molecule.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Wednesday, December 09, 2015. Dopamine is the "Kim Kardashian of molecule" in brain - I like this! I read this from the article: http:/ www.theguardian.com/science/2013/feb/03/dopamine-the-unsexy-truth. The main dopaminergic pathways of the human brain. (Wikipedia). And it's interesting to know the impressive people in the Kardashian family. That really impress me. Subscribe to: Post Comments (Atom).
onetipperday.sterding.com
One Tip Per Day: SNP allele coding schema
http://onetipperday.sterding.com/2015/12/snp-allele-coding-schema.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Wednesday, December 09, 2015. SNP allele coding schema. There are three types of different SNP allele coding schemes (so far). No idea why the scientists have to make things so confusing sometimes. See more details here: http:/ www.ncbi.nlm.nih.gov/books/NBK44455/#Build.define the term orientation as us. Plus/Minus strand for Genome Annotation, HapMap, 1000 Genome Project. Important note: The FinalR...
onetipperday.sterding.com
One Tip Per Day: A parallel and fast way to download multiple files
http://onetipperday.sterding.com/2015/10/a-parallel-and-fast-way-to-download.html
One Tip Per Day. Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics. Monday, October 05, 2015. A parallel and fast way to download multiple files. We can write a short script to download multiple files easily in command, e.g. For i in X Y Z; do wget http:/ www.site.com/folder/$i.url; done. If we want them to run in background (so that in a pseudo-parallel way), we can use -b option for wget. Here is my solution: axel parallel. Parallel -a urls.file axel. Deeply under...