Skip to content

Commit

Permalink
rename output dir to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyaanga committed Apr 11, 2022
1 parent 0aa9d26 commit fd299a2
Show file tree
Hide file tree
Showing 88 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/A7880BF4/sources/prop/3C94AC20
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "4,73",
"cursorPosition": "1,17",
"scrollLine": "0"
}
2 changes: 1 addition & 1 deletion _bookdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
book_filename: "bookdown-thesis.Rmd"
output_dir: "book"
output_dir: "docs"
delete_merged_file: true
always_allow_html: yes
new_session: true # required for kableExtra to play nicely with bookdown
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions book/04_chapter4.md → docs/04_chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Several functions in the easyXpress package require specific naming conventions


```{=html}
<div id="htmlwidget-bbd67d006efe78106fc6" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-bbd67d006efe78106fc6">{"x":{"filter":"none","vertical":false,"caption":"<caption>Suggested naming conventions for CellProfiler metadata.<\/caption>","data":[["20191119-growth-p05-m2X_C03.TIF","20191119-growth-p06-m2X_C09.TIF","20191119-growth-p09-m2X_C06.TIF"],["/CellProfiler/example/raw_images","/CellProfiler/example/raw_images","/CellProfiler/example/raw_images"],["20191119","20191119","20191119"],["growth","growth","growth"],["p05","p06","p09"],["m2x","m2x","m2x"],["C03","C09","C06"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Image_FileName_RawBF<\/th>\n <th>Image_PathName_RawBF<\/th>\n <th>Metadata_Date<\/th>\n <th>Metadata_Experiment<\/th>\n <th>Metadata_Plate<\/th>\n <th>Metadata_Magnification<\/th>\n <th>Metadata_Well<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"order":[],"autoWidth":false,"orderClasses":false}},"evals":[],"jsHooks":[]}</script>
<div id="htmlwidget-c297ecb3459ee125ea46" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-c297ecb3459ee125ea46">{"x":{"filter":"none","vertical":false,"caption":"<caption>Suggested naming conventions for CellProfiler metadata.<\/caption>","data":[["20191119-growth-p05-m2X_C03.TIF","20191119-growth-p06-m2X_C09.TIF","20191119-growth-p09-m2X_C06.TIF"],["/CellProfiler/example/raw_images","/CellProfiler/example/raw_images","/CellProfiler/example/raw_images"],["20191119","20191119","20191119"],["growth","growth","growth"],["p05","p06","p09"],["m2x","m2x","m2x"],["C03","C09","C06"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Image_FileName_RawBF<\/th>\n <th>Image_PathName_RawBF<\/th>\n <th>Metadata_Date<\/th>\n <th>Metadata_Experiment<\/th>\n <th>Metadata_Plate<\/th>\n <th>Metadata_Magnification<\/th>\n <th>Metadata_Well<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"order":[],"autoWidth":false,"orderClasses":false}},"evals":[],"jsHooks":[]}</script>
```

The naming of "Metadata_Plate" and "Metadata_Well" are essential to the *setflags()*, *viewPlate()*, *viewWell()*, and *viewDose()* functions. Additionally, "Image_fileName_RawBF" and "Image_PathName_RawBF" are necessary for the proper function of *viewDose()*.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ <h3><span class="header-section-number">4.4.3</span> Paraquat dose response</h3>
<div id="naming-conventions" class="section level3" number="4.4.4">
<h3><span class="header-section-number">4.4.4</span> Naming conventions</h3>
<p>Several functions in the easyXpress package require specific naming conventions to work properly. For full details regarding essential file naming and directory structure see the package repository (<a href="https://github.com/AndersenLab/easyXpress" class="uri">https://github.com/AndersenLab/easyXpress</a>). Importantly, when using the Metadata module in CellProfiler to extract information describing your images, specific column names are suggested.</p>
<div id="htmlwidget-bbd67d006efe78106fc6" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-bbd67d006efe78106fc6">{"x":{"filter":"none","vertical":false,"caption":"<caption>Suggested naming conventions for CellProfiler metadata.<\/caption>","data":[["20191119-growth-p05-m2X_C03.TIF","20191119-growth-p06-m2X_C09.TIF","20191119-growth-p09-m2X_C06.TIF"],["/CellProfiler/example/raw_images","/CellProfiler/example/raw_images","/CellProfiler/example/raw_images"],["20191119","20191119","20191119"],["growth","growth","growth"],["p05","p06","p09"],["m2x","m2x","m2x"],["C03","C09","C06"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Image_FileName_RawBF<\/th>\n <th>Image_PathName_RawBF<\/th>\n <th>Metadata_Date<\/th>\n <th>Metadata_Experiment<\/th>\n <th>Metadata_Plate<\/th>\n <th>Metadata_Magnification<\/th>\n <th>Metadata_Well<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"order":[],"autoWidth":false,"orderClasses":false}},"evals":[],"jsHooks":[]}</script>
<div id="htmlwidget-c297ecb3459ee125ea46" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-c297ecb3459ee125ea46">{"x":{"filter":"none","vertical":false,"caption":"<caption>Suggested naming conventions for CellProfiler metadata.<\/caption>","data":[["20191119-growth-p05-m2X_C03.TIF","20191119-growth-p06-m2X_C09.TIF","20191119-growth-p09-m2X_C06.TIF"],["/CellProfiler/example/raw_images","/CellProfiler/example/raw_images","/CellProfiler/example/raw_images"],["20191119","20191119","20191119"],["growth","growth","growth"],["p05","p06","p09"],["m2x","m2x","m2x"],["C03","C09","C06"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Image_FileName_RawBF<\/th>\n <th>Image_PathName_RawBF<\/th>\n <th>Metadata_Date<\/th>\n <th>Metadata_Experiment<\/th>\n <th>Metadata_Plate<\/th>\n <th>Metadata_Magnification<\/th>\n <th>Metadata_Well<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"order":[],"autoWidth":false,"orderClasses":false}},"evals":[],"jsHooks":[]}</script>
<p>The naming of “Metadata_Plate” and “Metadata_Well” are essential to the <em>setflags()</em>, <em>viewPlate()</em>, <em>viewWell()</em>, and <em>viewDose()</em> functions. Additionally, “Image_fileName_RawBF” and “Image_PathName_RawBF” are necessary for the proper function of <em>viewDose()</em>.</p>
</div>
<div id="data-availability" class="section level3" number="4.4.5">
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd299a2

Please sign in to comment.