先前曾介紹 R 讀取 FASTQ 檔的方式,本文則要分別介紹如何在 R 環境,使用 seqnir 套件或 baseR 讀取 FASTA 檔。
R 讀取 FASTQ 檔
R 的 ShortRead 套件用於處理高通量定序產出的 FASTQ 檔,其功能包含讀寫 FASTQ 檔、計算序列統計量、裁切與篩選低品質序列等。目前,ShortRead 被保留在 Bioconductor ,並由開發團隊持續更新與維護。
Mortal Fibonacci Rabbits (ID: FIBD)
Problem
假設兔子性成熟需一個月,性成熟後每對兔子每個月必繁殖一對子代,若兔子的壽命為 m 月,求第 n 月兔子對數。
Given: Positive integers n≤100 and m≤20.
Return: The total number of pairs of rabbits that will remain after the n-th month if all rabbits live for m months.
# input
6 3
# output
4
訂閱:
文章 (Atom)