Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove miaTime #98

Merged
merged 5 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vignettes/miaViz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ plotColGraph(altExp(GlobalPatterns,"Genus"),

# Plotting of serial data

```{r}
```{r, eval=FALSE}
# Load data from miaTime package
library("miaTime")
data(SilvermanAGutData, package="miaTime")
Expand All @@ -271,7 +271,7 @@ descriptor for ordering the data. The `y` argument selects the feature to show.
Since plotting a lot of features is not advised a maximum of 20 features can
plotted at the same time.

```{r}
```{r, eval=FALSE}
plotSeries(tse,
x = "DAY_ORDER",
y = taxa,
Expand All @@ -281,7 +281,7 @@ If replicated data is present, data is automatically used for calculation of the
`mean` and `sd` and plotted as a range. Data from different assays can be used
for plotting via the `assay.type`.

```{r}
```{r, eval=FALSE}
plotSeries(tse[taxa,],
x = "DAY_ORDER",
colour_by = "Family",
Expand All @@ -291,7 +291,7 @@ plotSeries(tse[taxa,],

Additional variables can be used to modify line type aesthetics.

```{r}
```{r, eval=FALSE}
plotSeries(tse,
x = "DAY_ORDER",
y = getTopTaxa(tse, 5),
Expand Down
Loading