-
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
74d7a5d
commit 7f7e53d
Showing
13 changed files
with
98,570 additions
and
15 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
|
||
<p align="center"> | ||
<img src="protinseq.png"/> | ||
<img src="./images/protinseq.png"/> | ||
</p> | ||
|
||
A transposon sequencing protocol that selects insertions in-frame to expressed genes. | ||
|
@@ -54,7 +54,12 @@ For control libraries, no difference is expected. Please refer to our previous p | |
|
||
We recommend [ANUBIS](https://github.com/CRG-CNAG/anubis) for the analysis of this type of data. However, simple data analysis can be performed to extract a relation of genomic annotations and relevant metrics by frame. We have included a set of useful functions in the file [protinseq.py](./protinseq.py). | ||
|
||
A small demonstration on how to apply them is included in [demonstration](./demonstration.ipynb). | ||
A small demonstration on how to apply them is included in [demonstration](./protinseq_analysis.ipynb). | ||
|
||
Please ensure you have the most recent installation of the packages in the [requirements](./requirements.txt) by: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
### Output examples: | ||
|
||
|
@@ -76,27 +81,16 @@ If you experience any problem at any step involving the program, you can use the | |
[Miravet-Verde, Samuel](mailto:[email protected]) | ||
[Serrano, Luis](mailto:[email protected]) | ||
|
||
|
||
## To include | ||
|
||
Required content | ||
Compiled standalone software and/or source code | ||
A small (simulated or real) dataset to demo the software/code | ||
A README file that includes: | ||
Instructions to run on data | ||
Expected output | ||
Expected run time for demo on a "normal" desktop computer | ||
|
||
# Citation | ||
|
||
If you use the tools and workflow presented in this repository, please cite: | ||
|
||
- [FASTQINS and ANUBIS: two bioinformatic tools to explore facts and artifacts in transposon sequencing and essentiality studies](https://academic.oup.com/nar/article/48/17/e102/5894413) | ||
- ProTInSeq: transposon insertion tracking by ultra-deep DNA sequencing applied to identify small and large translated ORFs. | ||
- ProTInSeq: transposon insertion tracking by ultra-deep DNA sequencing to identify translated large and small ORFs | ||
|
||
# License | ||
|
||
ProTInSeq is under a common GNU GENERAL PUBLIC LICENSE. Plese, check [LICENSE](./LICENSE) for further information. | ||
|
||
###### [2023] - Centre de Regulació Genòmica (CRG) - All Rights Reserved* | ||
###### [2024] - Centre de Regulació Genòmica (CRG) - All Rights Reserved* | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.