diff --git a/docs/content/Notes/ATAC.rst b/docs/content/Notes/ATAC.rst index 90478a46..7205e37f 100644 --- a/docs/content/Notes/ATAC.rst +++ b/docs/content/Notes/ATAC.rst @@ -13,6 +13,22 @@ I was suprised by this and checked TF-chip-seq data in Hudep2, for BCL11A, GATA1 +raw TN5 cut freq from pyDNase +^^^^^^^^^^^^^^^^^^ + +.. code:: bash + + module load conda3 + + source activate /home/yli11/.conda/envs/pydnase + + cd /home/yli11/Pipelines/example_NGS_data/atac_seq/atac_seq_yli11_2021-02-13/bam_files + + dnase_wig_tracks.py -A test.bed 1631312_RFA007.rmdup.uq.bam fw.bdg rev.bdg + +fw.bdg and rev.bdg contains the Tn5 cut count. + +ref: https://pythonhosted.org/pyDNase/scripts.html?highlight=atac#dnase-wig-tracks-py reference ^^^^^^^^ diff --git a/docs/jupyter_notebooks/ggplot with custom p-value bar.ipynb b/docs/jupyter_notebooks/ggplot_with_custom_p-value_bar.ipynb similarity index 99% rename from docs/jupyter_notebooks/ggplot with custom p-value bar.ipynb rename to docs/jupyter_notebooks/ggplot_with_custom_p-value_bar.ipynb index 6cde6ce9..c35caeae 100644 --- a/docs/jupyter_notebooks/ggplot with custom p-value bar.ipynb +++ b/docs/jupyter_notebooks/ggplot_with_custom_p-value_bar.ipynb @@ -118,4 +118,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file