Commit 86fcce4d authored by tekath's avatar tekath
Browse files

Version 1.0.0 - updated docs.

parent a76153d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ analyzing real world data sets.

A minimal DTUrtle workflow might look like this:

### setup environment
### Setup environment

``` r
library(DTUrtle)
@@ -120,7 +120,7 @@ library(DTUrtle)
#multiple other options available for computational clusters.
```

### import and format data
### Import and format data

``` r
#import gtf Annotation to get transcript to gene mapping
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
      </button>
      <span class="navbar-brand">
        <a class="navbar-link" href="https://tobitekath.github.io/DTUrtle/index.html">DTUrtle</a>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.8.1</span>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.0.0</span>
      </span>
    </div>

+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
      </button>
      <span class="navbar-brand">
        <a class="navbar-link" href="index.html">DTUrtle</a>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.8.1</span>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.0.0</span>
      </span>
    </div>

+25 −15

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
      </button>
      <span class="navbar-brand">
        <a class="navbar-link" href="../index.html">DTUrtle</a>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.8.1</span>
        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.0.0</span>
      </span>
    </div>

@@ -135,7 +135,7 @@
      <h1 data-toc-skip>Pre-processing of the Hoffman et al. human bulk RNA-seq data</h1>
                        <h4 class="author">Tobias Tekath</h4>
            
            <h4 class="date">2021-07-09</h4>
            <h4 class="date">2021-09-08</h4>
      
      <small class="dont-index">Source: <a href="https://github.com/TobiTekath/DTUrtle/blob/master/vignettes/Hoffman_human_bulk_preprocess.Rmd"><code>vignettes/Hoffman_human_bulk_preprocess.Rmd</code></a></small>
      <div class="hidden name"><code>Hoffman_human_bulk_preprocess.Rmd</code></div>
Loading