-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from blekhmanlab/2_datasets
Laura revisions
- Loading branch information
Showing
59 changed files
with
382 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
.Rhistory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Package: biomehorizon | ||
Title: Plot Microbiome Time Series | ||
Version: 0.0.0.9000 | ||
Title: Plot Microbiome Time Series | ||
Version: 1.0.0.0000 | ||
Authors@R: person("Isaac", "Fink", email = "[email protected]", role = c("aut", "cre")) | ||
Description: This package provides a toolset for visualizing longitudinal microbiome data with a horizon | ||
plot. A horizon plot provides a compact method to display change in the distribution of microbial taxa | ||
over time. This method is valuable for highlighting changes in individual taxa, but more importantly, | ||
Description: This package provides a toolset for visualizing longitudinal microbiome data with a horizon | ||
plot. A horizon plot provides a compact method to display change in the distribution of microbial taxa | ||
over time. This method is valuable for highlighting changes in individual taxa, but more importantly, | ||
emphasizes broad trends among groups of taxa. This package can also be used to visualize other types of | ||
longitudinal data. | ||
Depends: R (>= 3.5.2) | ||
|
@@ -16,8 +16,7 @@ Imports: | |
magrittr | ||
Suggests: | ||
RColorBrewer | ||
License: What license is it under? | ||
License: MIT | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
|
||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Copyright 2021 Regents of the University of Minnesota | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
End license text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' Metadata on samples from OTU table of wild baboon data | ||
#' | ||
#' Metadata providing subject names and collection dates of samples from the | ||
#' OTU table. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(metadatasample_baboon) | ||
#' | ||
#' @format A data frame with 276 rows and 7 variables: | ||
#' \describe{ | ||
#' \item{subject}{subject name} | ||
#' \item{sample}{sample ID corresponding to a variable name from \code{otusample_baboon}} | ||
#' \item{collection_date}{number of days into the study the sample was collected} | ||
#' \item{sex}{if subject was male or female} | ||
#' \item{season}{if sample was collected in the wet or dry season} | ||
#' \item{rain_month_mm}{amount of rainfall in mm for month prior to sample collection} | ||
#' \item{diet_PC1}{a measure of dietary composition for a sample} | ||
#' } | ||
#' | ||
#' @keywords datasets | ||
"metadatasample_baboon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#' Metadata on samples from OTU (or other lowest taxonomic level) table of human diet data | ||
#' | ||
#' Metadata providing subject names and collection dates of samples from the | ||
#' OTU table. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(metadatasample_diet) | ||
#' | ||
#' @format A data frame with 483 rows and 4 variables: | ||
#' \describe{ | ||
#' \item{subject}{subject name in character format} | ||
#' \item{sample}{sample ID in character format corresponding to a variable name from \code{otusample_diet}} | ||
#' \item{collection_date}{number of days in numeric format into the study the sample was collected} | ||
#' \item{supplement}{metadata variable in character format indicating if subject was given EVOO or MCT as a dietary supplement on days 10-17} | ||
#' } | ||
#' | ||
#' @keywords datasets | ||
"metadatasample_diet" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Sample OTU table | ||
#' | ||
#' Sample OTU-format table with 6 subjects. The first variable contains OTU IDs. | ||
#' Each subsequent column represents a unique sample collected at a specific time | ||
#' from one of 6 subjects' microbiomes. Entries represent number of reads per sample per OTU. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(otusample_baboon) | ||
#' | ||
#' @format A data frame with 2922 rows and 277 variables. | ||
#' | ||
#' @keywords datasets | ||
"otusample_baboon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' Sample OTU table | ||
#' | ||
#' Sample OTU-format table with 34 subjects. Sequences are from metagenomic data, not 16S, | ||
#' so the first variable contains unique IDs assigned to each microbial sequence rather than OTUs. | ||
#' Each subsequent column represents a unique sample collected at a specific time | ||
#' from one of 34 subjects' microbiomes. Entries represent number of reads per sample | ||
#' per microbial taxon. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(otusample_diet) | ||
#' | ||
#' @format A data frame with 4583 rows and 484 variables. | ||
#' | ||
#' @keywords datasets | ||
"otusample_diet" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' Taxonomy information for OTUs | ||
#' | ||
#' Taxonomy information for each OTU ID listed in the sample OTU table. The first | ||
#' variable contains OTU IDs, as listed in \code{otusample_baboon}, and subsequent | ||
#' columns provide taxonomic clasification up to Genus, or the most specific | ||
#' level possible for a given taxon. Taxo IDs that are classified more broadly have | ||
#' \code{NA} values for narrower taxonomic levels that do not apply. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(taxonomysample_baboon) | ||
#' | ||
#' @format A data frame with 2922 rows and 7 variables. | ||
#' | ||
#' @keywords datasets | ||
"taxonomysample_baboon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#' Taxonomy information for OTUs | ||
#' | ||
#' Taxonomy information for each taxon ID listed in the sample OTU table. The first | ||
#' variable contains taxon IDs, as listed in \code{otusample_diet}, and the subsequent | ||
#' column provides taxonomic clasification up to Genus, or the most specific | ||
#' level possible for a given taxon. Taxo IDs that are classified more broadly have | ||
#' \code{NA} values for narrower taxonomic levels that do not apply. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(taxonomysample_diet) | ||
#' | ||
#' @format A data frame with 4583 rows and 2 variables. | ||
#' | ||
#' @keywords datasets | ||
"taxonomysample_diet" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# BiomeHorizon | ||
|
||
This package provides a toolset for visualizing longitudinal microbiome data with a horizon plot. A horizon plot provides a compact method to display change in the distribution of microbial taxa over time. This method is valuable for highlighting changes in individual taxa, but more importantly, emphasizes broad trends among groups of taxa. This package can also be used to visualize other types of longitudinal data. | ||
|
||
Documentation available in the package, plus our [online tutorial](https://blekhmanlab.github.io/biomehorizon/). | ||
|
||
## Installation | ||
|
||
```r | ||
install.packages("devtools") | ||
|
||
devtools::install_github("blekhmanlab/biomehorizon") | ||
library(biomehorizon) | ||
``` |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.