-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from akikuno/develop-0.5.2
Develop 0.5.2
- Loading branch information
Showing
13 changed files
with
277 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: ❓ Question | ||
description: Report your question here | ||
labels: ['question'] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '📋 Description' | ||
description: A clear and concise description of the question. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: '🔍 Environment' | ||
description: | | ||
Optional: The environment information. | ||
Example: | ||
- OS: WSL (Ubuntu 22.04) | ||
- DAJIN2 version: x.x.x | ||
- Python version: x.x.x | ||
value: | | ||
- OS: | ||
- DAJIN2 version: | ||
- Python version: | ||
render: markdown | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: anything_else | ||
attributes: | ||
label: '📎 Anything else?' | ||
description: | | ||
Optional: Add any other contexts, links, or screenshots about the bug here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Frequently Asked Questions | ||
|
||
## How many reads are necessary? | ||
|
||
**We recommend at least 1,000 reads.** | ||
With 1,000 reads, it is possible to detect point mutation alleles with a frequency of 1%, ensuring high-precision analysis. However, if the target is an indel of more than a few tens of bases, or if the expected allele frequency is 5% or higher, detection is possible with fewer reads (~500 reads). | ||
|
||
## What is the recommended read length for analysis? | ||
|
||
**We recommend lengths below 10kb.** | ||
If the length is below 10kb, when reading PCR amplicons with Nanopore, the reads will uniformly cover the target region. It is possible to obtain PCR amplicons up to approximately 15kb, but this may result in uneven coverage of the target region, potentially reducing analysis accuracy. | ||
|
||
## Can data from platforms other than Nanopore (e.g., PacBio or NGS) be analyzed? | ||
|
||
**Yes, it is possible.** | ||
DAJIN2 accepts common file formats (FASTA, FASTQ, BAM) as input, allowing the analysis of data from platforms other than Nanopore. However, since we do not have experience using DAJIN2 with non-Nanopore data, please contact us [here](https://github.com/akikuno/DAJIN2/issues/new/choose) if you encounter any issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# よくあるご質問 | ||
|
||
|
||
## 必要なリード数はどれくらいですか? | ||
|
||
**1,000リード以上を推奨しています。** | ||
1,000リード以上あれば1%の点変異アレルの検出が可能であり、高精度な解析が可能です。一方で、検出対象が数10塩基以上のindelであったり、予想されるアレル頻度が5%以上である場合にはより少ないリード数(~500リード程度)で検出が可能です。 | ||
|
||
|
||
## 解析可能なリード長はどれくらいですか? | ||
|
||
**10kb以下を推奨しています。** | ||
10kb以下であれば、PCRアンプリコンをNanoporeで読んだ際に、標的領域に満遍なくリードが張り付きます。最大で15kb程度のPCRアンプリコンを得ることは可能ではありますが、標的領域におけるカバレッジにムラが生じてしまい、解析精度が低下する可能性があります。 | ||
|
||
## Nanopore以外(PacBioやNGS)のデータの解析は可能ですか? | ||
|
||
**可能です。** | ||
DAJIN2は一般的なファイルフォーマット(FASTA, FASTQ, BAM)を入力として受け付けているため、Nanopore以外のデータも解析可能です。ただし、私たちのほうではNanoporeデータ以外にDAJIN2を用いた経験がないため、もしご利用に不具合が生じた場合には、お手数ですが[こちら](https://github.com/akikuno/DAJIN2/issues/new/choose)よりお問い合わせください。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "DAJIN2" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
description = "One-step genotyping tools for targeted long-read sequencing" | ||
authors = ["Akihiro Kuno <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -29,7 +29,7 @@ include = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8, <3.11" | ||
python = "^3.8" | ||
numpy = ">=1.24.0" | ||
scipy = ">=1.10.0" | ||
pandas = ">=1.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.