{ "cells": [ { "cell_type": "markdown", "id": "f8274b0b-7857-4940-9e11-5e640284f48a", "metadata": {}, "source": [ "point of this notebook is to make a txt file that will provide the entire track description and data so that the user doesn't need to do it each time \n", "so far it's just an interactive notebook - maybe it'll be added to the BEDtoBW_script.sh one day but for now this'll do the job\n", "\n", "track info to add:\n", "* track type=bigWig\n", "* name=\"GABAergic_Dp16_yng\"\n", "* description=\"A Graph of Data from My Lab\"\n", "* autoScale=off\n", "* bigDataUrl=https://epigenomics.sdsc.edu/kdang/ASAP_proj/Aging_DASeq_broadCT/splitfrags_out_GABAergic_byCond/GABAergic_Dp16_yng_sort.bw\n", "\n", "NOTE - name and description is the same; bigDataUrl will need to be edited based on where the bigwigs are in the VM\n", "\n", "URL to bw - https://epigenomics.sdsc.edu/kdang/ASAP_proj/GenBrow_broadCT_byCond/ucscBigWig_out/" ] }, { "cell_type": "code", "execution_count": 9, "id": "ab97497b-94cd-4801-a355-fe9da460d382", "metadata": {}, "outputs": [], "source": [ "library(stringr)" ] }, { "cell_type": "code", "execution_count": 15, "id": "4a52fef6-5e89-40e4-9b1f-90b5ffaf654a", "metadata": {}, "outputs": [], "source": [ "bw.path <- \"/tscc/projects/ps-epigen/users/kdang/ASAP/GenBrow_broadCT_byCond/ucscBigWig_out/\"\n", "opath <- \"/tscc/projects/ps-epigen/users/kdang/ASAP/GenBrow_broadCT_byCond/\"" ] }, { "cell_type": "code", "execution_count": 8, "id": "9143075a-96e7-4938-9a83-f1f8b8d59af4", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "