Skip to content

Commit 910cd45

Browse files
committed
fix manual bedscript section
1 parent 855ea6b commit 910cd45

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/.ipynb_checkpoints/bedscript-checkpoint.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Convert DMCs table to BED format\n",
7+
"# Convert the DMCs table to BED format\n",
88
"This section describes how to convert the DMCs table to standard BED format using the ChAMP2bed.py script.\n",
99
"\n",
1010
"\n",
1111
"## Method\n",
12-
"Python3 must be installed on your system, no additional libraries required. If your system lacks any python installation please refer to this page: [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/).\n",
12+
"Python3 must be installed on your system, no additional libraries are required. If your system lacks any python installation, please refer to this page: [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/).\n",
1313
"\n",
1414
"### Description\n",
1515
"To use ChAMP2bed.py open a terminal and move to the directory storing your main *methylR* results. ChAMP2bed.py must be in the same directory storing your DMCs table:\n",
@@ -22,11 +22,11 @@
2222
"python3 ChAMP2bed.py myDMC_EPIC_BatchCorrected.txt\n",
2323
"```\n",
2424
"\n",
25-
"Or adjust with the actual filename for your table. It will produce a new file with the same filename from your table but with .bed extension:\n",
25+
"Or adjust with the actual filename for your table. It will produce a new file with the same filename from your table but with the *.bed* extension:\n",
2626
"\n",
2727
"![dir](images/bed3.png)\n",
2828
"\n",
29-
"You can use this file as input for Gviz or import either in IGV or as a custom track in any other genome browser. Be sure to match the proper genome version used to perform the analysis and to download the correct GTF/GFF3 file if you want to display the CpG (blue) together with additional features, such as genes (green):\n",
29+
"You can use this file as input for Gviz or import it either in IGV or as a custom track in any other genome browser. Be sure to match the proper genome version used to perform the analysis and to download the correct GTF/GFF3 file if you want to display the CpG (blue) together with additional features, such as genes (green):\n",
3030
"\n",
3131
"![dir](images/bed4.png)"
3232
]

docs/bedscript.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Convert DMCs table to BED format\n",
7+
"# Convert the DMCs table to BED format\n",
88
"This section describes how to convert the DMCs table to standard BED format using the ChAMP2bed.py script.\n",
99
"\n",
1010
"\n",
1111
"## Method\n",
12-
"Python3 must be installed on your system, no additional libraries required. If your system lacks any python installation please refer to this page: [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/).\n",
12+
"Python3 must be installed on your system, no additional libraries are required. If your system lacks any python installation, please refer to this page: [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/).\n",
1313
"\n",
1414
"### Description\n",
1515
"To use ChAMP2bed.py open a terminal and move to the directory storing your main *methylR* results. ChAMP2bed.py must be in the same directory storing your DMCs table:\n",
@@ -22,11 +22,11 @@
2222
"python3 ChAMP2bed.py myDMC_EPIC_BatchCorrected.txt\n",
2323
"```\n",
2424
"\n",
25-
"Or adjust with the actual filename for your table. It will produce a new file with the same filename from your table but with .bed extension:\n",
25+
"Or adjust with the actual filename for your table. It will produce a new file with the same filename from your table but with the *.bed* extension:\n",
2626
"\n",
2727
"![dir](images/bed3.png)\n",
2828
"\n",
29-
"You can use this file as input for Gviz or import either in IGV or as a custom track in any other genome browser. Be sure to match the proper genome version used to perform the analysis and to download the correct GTF/GFF3 file if you want to display the CpG (blue) together with additional features, such as genes (green):\n",
29+
"You can use this file as input for Gviz or import it either in IGV or as a custom track in any other genome browser. Be sure to match the proper genome version used to perform the analysis and to download the correct GTF/GFF3 file if you want to display the CpG (blue) together with additional features, such as genes (green):\n",
3030
"\n",
3131
"![dir](images/bed4.png)"
3232
]

0 commit comments

Comments
 (0)