-
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.
- Loading branch information
1 parent
83b4409
commit d0a746f
Showing
2 changed files
with
39 additions
and
0 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,12 @@ | ||
# Compiled source # | ||
################### | ||
*.pyc | ||
src/__pycache__ | ||
|
||
# Testing data # | ||
################ | ||
data/ | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store |
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,27 @@ | ||
# Methyl-Seq | ||
|
||
Bla bla bla | ||
|
||
## Features | ||
|
||
* Scelta dei cromosomi da sequenziare | ||
* Scelta della lunghezza dei frammenti | ||
* Scelta della lunghezza delle read | ||
* Scelta del tipo di library: single-end o paired-end | ||
* Scelta della modalità di library: directional o undirectional | ||
* Metilazione basata sul contesto della citosina | ||
|
||
## Options | ||
|
||
* --in: path del file FASTA contenente il genoma di riferimento | ||
* --out: path + prefisso dei file di output (.cpg e .fastq) | ||
* --meth: path del file .cpg | ||
* --chr: nomi dei cromosomi da sequenziare | ||
* --library: tipologia di library: single-end o paired-end | ||
* --mode: modalità di library: direzionale o non direzionale | ||
* --fragment: lunghezza dei frammenti | ||
* --read: lunghezza delle read | ||
|
||
## TODO | ||
1. dataset 1: mutazioni da tecnica + metilazione | ||
2. dataset 2: SNP (mutazioni su reference) + mutazioni da tecnica + metilazione |