Skip to main content

林協霆醫師

## 這裡有一些跟程式、醫學有關的文章

歡迎光臨 🦎 林協霆醫師的個人 blog,這個網站由一名 🦀oncology+🩸hematology 肥肉的內科專科醫師維護,這裡有點雜草叢生,有很多地方都還在施工中,有亂長的藤蔓跟隨意嫁接的樹苗

  • 當然,你也可以來蜥蜴花園 看看我的文章,說不定有什麼好玩的》 🎢
  • 我的 Github裡面也有一些有趣的東西
  • 訂閱 RSS feed 獲取最新文章更新
  • 也可以看看下面這些我最近寫的文章⬇︎

Financial Toxicity:癌症治療的財務毒性與生活品質

💸💸💸💸💸💸💸 Financial toxicity, defined as both the objective financial burden and subjective financial distress from a cancer diagnosis and its treatment, is a topic of interest in the assessment of the quality of life of patients with cancer and their families. 10.1016/j.esmoop.2024.102992 原始 Facebook 貼文:連結 # Claude 贊日 協霆引用的「Fina

John Carmack談程式設計的門檻:只需要披薩和決心

好喜歡這句話 ❤️ In the information age, the barriers [to entry into programming] just aren’t there. The barriers are self imposed. If you want to set off and go develop some grand new thing, you don’t need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on, and the dedication to go

Illumina FASTQ 格式的序列識別行元素及其描述的整理

# Illumina FASTQ 格式的序列識別行元素及其描述的整理

  • @<instrument>:讀取識別行的開頭,樂器 ID 或序列 ID。
  • <run num>:設備上的運行號碼。
  • <flowcell ID>:流動單元 ID。
  • <lane>:序列化讀取的車道號碼。
  • <tile>:序列化讀取的磁磚號碼。
  • <x>:DNA 集群的 X 座標。
  • <y>:DNA 集群的 Y 座標。
  • <UMI>:如果使用了唯一分子標識符(UMI),則此欄位會被使用。
  • <read>:讀取號碼(單讀取為 1,成對端為 2)。
  • <filtered>:如果讀取通過過濾則為 Y,未通過則為 N。
  • <control num>:控制位數為 0(無控制位開啟)或偶數。
  • <index>:樣本號碼或讀取索引。