Skip to content

Commit

Permalink
Version Beta.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardojo committed Sep 13, 2023
1 parent 4541f32 commit bf85d4c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/02275A6F/pcs/files-pane.pper
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ascending": true
}
],
"path": "~/Library/CloudStorage/OneDrive-UniversiteitUtrecht/Postdoc/ggPlantmap/ggPlantmap"
"path": "~/Library/CloudStorage/OneDrive-UniversiteitUtrecht/Postdoc/ggPlantmap/ggPlantmap/data-raw"
}
2 changes: 1 addition & 1 deletion .Rproj.user/02275A6F/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 1
"activeTab": 0
}
2 changes: 1 addition & 1 deletion .Rproj.user/02275A6F/sources/prop/1767B849
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "42,0",
"scrollLine": "25"
"scrollLine": "0"
}
4 changes: 2 additions & 2 deletions .Rproj.user/02275A6F/sources/prop/FDB464DC
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "27,8",
"scrollLine": "20"
"cursorPosition": "0,3",
"scrollLine": "0"
}
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ the visual representation of quantitative data in distinct plant cells
and/or structures.
<img src="man/figures/ggPlantmap.example1.jpg" align="center" height="250"/>

## Required packages

``` r
library(tidyverse)
library(XML)
```

## Installation

``` r
Expand Down Expand Up @@ -162,7 +155,7 @@ ggPlantmap.
ggPlantmap.plot(ggPm.At.roottip.longitudinal,ROI.id,linewidth = 1,show.legend = F)
```

<img src="man/figures/README-unnamed-chunk-7-1.png" width="70%" />
<img src="man/figures/README-unnamed-chunk-6-1.png" width="70%" />

If you have experience with ggplot, you can feed your a ggPlantmap
object into a ggplot with the geom\_polygon() function.
Expand All @@ -174,7 +167,7 @@ ggplot(ggPm.At.roottip.longitudinal,aes(x,y)) +
coord_fixed() ## important to keep the aspect ratio of the plot
```

<img src="man/figures/README-unnamed-chunk-8-1.png" width="50%" />
<img src="man/figures/README-unnamed-chunk-7-1.png" width="50%" />

## How can I colormap distinct layers of a ggPlantmap?

Expand Down Expand Up @@ -222,7 +215,7 @@ c <- ggPlantmap.plot(ggPm.At.seed.devseries,Part,linewidth = 0.5) +
plot_grid(a,b,c,ncol=1,labels=c("a","b","c"),align = "v")
```

![](man/figures/README-unnamed-chunk-9-1.png)<!-- -->
![](man/figures/README-unnamed-chunk-8-1.png)<!-- -->

Each map will have their own classification. If you would like to adjust
or create your own classification, you can save the ggPlantmap as a
Expand Down Expand Up @@ -256,7 +249,7 @@ head(ggPm)
ggPlantmap.plot(ggPm)
```

![](man/figures/README-unnamed-chunk-10-1.png)<!-- -->
![](man/figures/README-unnamed-chunk-9-1.png)<!-- -->

## How can I overlay quantitative data into my ggPlantmap?

Expand Down Expand Up @@ -312,7 +305,7 @@ ggPlantmap.heatmap(expression.sample2,SCR.expression) +
scale_fill_gradient(low="white",high="Red",na.value ="white")
```

![](man/figures/README-unnamed-chunk-11-1.png)<!-- -->
![](man/figures/README-unnamed-chunk-10-1.png)<!-- -->

``` r
##Quantitative sample data, the expression of AT5G47670 (LEC1-like) in distinct stages and parts of the Arabidopsis seed
Expand Down Expand Up @@ -348,7 +341,7 @@ ggPlantmap.heatmap(expression.sample,AT5G47670.expression) +
scale_fill_gradient(low="white",high="Red")
```

![](man/figures/README-unnamed-chunk-12-1.png)<!-- -->
![](man/figures/README-unnamed-chunk-11-1.png)<!-- -->

## Is ggPlantmap only usefull for molecular expression data?

Expand Down
Binary file modified man/figures/README-unnamed-chunk-10-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 man/figures/README-unnamed-chunk-11-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 added man/figures/README-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.
Binary file modified man/figures/README-unnamed-chunk-7-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 man/figures/README-unnamed-chunk-8-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 man/figures/README-unnamed-chunk-9-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 bf85d4c

Please sign in to comment.