Skip to content

Commit

Permalink
small hint concerning TAB_Analysis as suggested by @ivelsko in #35
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Aug 26, 2020
1 parent 9f66a05 commit bcbf11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ get_df_list(c(
join_pandora_tables(df_list)
```

A special hint concerning `TAB_Analysis`: It is formatted differently from the other tabs in sidora. Instead of a "wide" format where each analysis method is represented by one column, there are only 2 columns `analysis.Table` and `analysis.Results`. The analysis methods (i.e. Initial reads, Failed reads, etc) and their values are collected as rows of these 2 columns. This "long" data format can be transformed to a "wide" one for example with [`tidyr::pivot_wider()`](https://tidyr.tidyverse.org/reference/pivot_wider.html).

## For developers: How do I load the 'development environment'

1. Clone this repository.
Expand Down

0 comments on commit bcbf11d

Please sign in to comment.