2012年3月5日 星期一

My NX2 workflow

1. Open the raw file
2. modified B/C by u-point
3.Add largest contrast mask  in  central by u-point
4. Adjust --> noise reduction ( in 100% fields , condition -->   Level 3% to 10%)
5. Adjust --> focus --> mask ( 40%,4,4)
6. Resize
7. Adjust --> focus --> mask ( 40%,4,4)
8. B/C/S

2012年2月17日 星期五

上帝模式

1. create a new fold
2. nename the fold with "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"

2012年1月17日 星期二

Install A201 with A702 map

1. Backup miomap2.exe from A201
2. download A702 map
3. Edit A702.ini
4. Replace all "\Mio Recovery" by "\Storage Card"
5. install
6. Replace miomap2.exe by old file

2011年12月5日 星期一

Google搜尋技巧


Google搜尋技巧:
  • 「site:」:在特定網站內搜尋。
  • 「~」:搜尋相關字詞。
  • 「" ''」:搜尋拼法完全相符的單字、詞組搜尋。
  • 「-」:希望排除的關鍵字。
  • 「..」:搜尋特定時間內的內容。
  • filetype:pdf : 搜尋特定格式文件。
Ref: http://www.techbang.com.tw/posts/7754-chart-required-5-tips-let-google-search-for-more-accurate

2011年10月29日 星期六

局部加亮加暗

方法一

1. 開啟照片
2. 新增透明圖層 --> 模式 "覆蓋" --> 不透明度 10%
3. 點選筆刷工具 --> 硬度 0% , 模式正常 --> 以黑色增暗, 以白色加亮

2011年9月5日 星期一

多焦點影像合併

1.「檔案」→「指令碼」→「將檔案載入堆疊…」

2. 圖層全選

3. 「編輯」→「自動混合圖層…」

2011年7月21日 星期四

Zoom.it

2011年6月17日 星期五

1. 先將印表機接到Win 7client端的機器上,讓win 7安裝預設的印表機驅動程式。
2. 安裝成功後,再將印表機接回server端。
3. 在 Win 7的「開始」-->「裝置與印表機」-->「印表機內容」-->「連接埠」那-->「新增連接埠」-->「可用的連接埠類型」-->「Local port」--> 「新增連接埠」
4.輸入連接埠名稱「\\server_name\EPSONEPL」
5. 新增完成後,勾選這個新增的連接埠喔!
6. 
「一般」-->「列印測試頁」按鈕後,開始列印。
7.  程式通知區中找到印表機列印進度 -->「Epson epl-6200l」--> 勾選「取消離線模式」

Ref: 
http://freefeather.blogspot.com/2010/01/windows-7-64bitepl-6200.html

2011年4月22日 星期五

DNA Motif Discovery

1. Motif finding - MEME
http://meme.nbcr.net/meme4_6_1/cgi-bin/meme.cgi

2. Get results


3. Pick TOMTOM icon for known transcription factor identify.

Blast

1. Download blast program from follow web
ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/

2. Download "NR" database from same web

3. Install ncbi-blast-2.2.25+-win32.exe

4. In windows "command mode " -->

cd C:\Program Files\NCBI\blast-2.2.25+\bin

5. Create XXX database
makeblastdb.exe -in XXX.fsa -dbtype nucl -out XXX.out

** nulc: nucleotide prot: protein

6. Nucleotide Blast
blastn.exe -query test.fsa -db XXX.out -out test.out
or
blastn.exe -query test.fsa -db XXX.out -outfmt 6 -out test.out
or
blastn.exe -query test.fsa -db XXX.out -num_alignments 3 -num_descriptions 3 -evalue 1e-20 -out test.out


**test.fsa can use multiple sequences


Other information:
BLAST Command Line Applications User Manual --> http://www.ncbi.nlm.nih.gov/books/NBK1763/