Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Li committed May 12, 2021
1 parent 60f2a46 commit e97ba99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/content/Notes/ATAC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit e97ba99

Please sign in to comment.