Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kupschus authored and Jonas Kupschus committed Oct 6, 2021
1 parent cd350bb commit abc9608
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ plot(template2d, sample = 1)
```


### Plotting with less or more than two channels
### Plotting

It's possible to project the mean coordinates of a third channel's bins onto a two dimensional grid using the colormap function.

Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
- [Multidimensional analysis](#multidimensional-analysis)
- [Creating and converting higher dimensional
FSFTemplates](#creating-and-converting-higher-dimensional-fsftemplates)
- [Plotting with less or more than two
channels](#plotting-with-less-or-more-than-two-channels)
- [Plotting](#plotting-1)
- [Analysing single channels](#analysing-single-channels)

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down Expand Up @@ -172,14 +171,14 @@ permutest(bd, pairwise = T)
##
## Response: Distances
## Df Sum Sq Mean Sq F N.Perm Pr(>F)
## Groups 2 0.002215 0.0011075 0.3654 999 0.741
## Groups 2 0.002215 0.0011075 0.3654 999 0.738
## Residuals 25 0.075777 0.0030311
##
## Pairwise comparisons:
## (Observed p-value below diagonal, permuted p-value above diagonal)
## control Treatment 1 Treatment 2
## control 0.98600 0.463
## Treatment 1 0.98257 0.531
## control 0.98800 0.457
## Treatment 1 0.98257 0.508
## Treatment 2 0.40472 0.45512
```

Expand Down Expand Up @@ -209,11 +208,11 @@ pw.adonis2(distM, term = "treatment", data = metadata, adjust = "BH")
## ======================
## Adjusted p-values ( BH )
## -----------------
## control Treatment 1 : 0.006
## control Treatment 1 : 0.0105
## -----------------
## control Treatment 2 : 0.138
## control Treatment 2 : 0.141
## -----------------
## Treatment 1 Treatment 2 : 0.006
## Treatment 1 Treatment 2 : 0.009
```

### Detection of driving features with t-scores
Expand Down Expand Up @@ -443,7 +442,7 @@ plot(template2d, sample = 1)

<img src="README_files/figure-gfm/unnamed-chunk-23-1.png" width="100%" />

### Plotting with less or more than two channels
### Plotting

It’s possible to project the mean coordinates of a third channel’s bins
onto a two dimensional grid using the colormap function.
Expand Down
Binary file modified README_files/figure-gfm/unnamed-chunk-26-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-gfm/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abc9608

Please sign in to comment.