-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9f3d44
commit b1fbceb
Showing
67 changed files
with
1,175 additions
and
14,274 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 |
---|---|---|
|
@@ -4,3 +4,6 @@ | |
^Meta$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github$ | ||
^README\.Rmd$ | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,8 @@ Imports: | |
tidyr, | ||
ggprism, | ||
phyloseq, | ||
patchwork | ||
patchwork, | ||
circlize | ||
Depends: | ||
R (>= 2.10) | ||
Suggests: | ||
|
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
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 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 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 @@ | ||
#' Differentially Abundant Analysis Results with Annotation | ||
#' | ||
#' This is a result dataset after processing 'kegg_abundance' through | ||
#' the 'pathway_daa' with the LinDA method and further annotation with 'pathway_annotation'. | ||
#' | ||
#' @format A data frame with 10 variables: | ||
#' \describe{ | ||
#' \item{adj_method}{Method used for adjusting p-values.} | ||
#' \item{feature}{Feature being tested.} | ||
#' \item{group1}{One group in the comparison.} | ||
#' \item{group2}{The other group in the comparison.} | ||
#' \item{method}{Statistical test used.} | ||
#' \item{p_adjust}{Adjusted p-value.} | ||
#' \item{p_values}{P-values from the statistical test.} | ||
#' \item{pathway_class}{Class of the pathway.} | ||
#' \item{pathway_description}{Description of the pathway.} | ||
#' \item{pathway_map}{Map of the pathway.} | ||
#' \item{pathway_name}{Name of the pathway.} | ||
#' } | ||
#' @source From ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"daa_annotated_results_df" |
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,18 @@ | ||
#' DAA Results Dataset | ||
#' | ||
#' This dataset is the result of processing 'kegg_abundance' through the 'LinDA' method in the 'pathway_daa' function. | ||
#' It includes information about the feature, groups compared, p values, and method used. | ||
#' | ||
#' @format A data frame with columns: | ||
#' \describe{ | ||
#' \item{adj_method}{Method used for p-value adjustment.} | ||
#' \item{feature}{The feature (pathway) being compared.} | ||
#' \item{group1}{The first group in the comparison.} | ||
#' \item{group2}{The second group in the comparison.} | ||
#' \item{method}{The method used for the comparison.} | ||
#' \item{p_adjust}{The adjusted p-value from the comparison.} | ||
#' \item{p_values}{The raw p-value from the comparison.} | ||
#' } | ||
#' @source From ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"daa_results_df" |
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 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,17 @@ | ||
#' KEGG Abundance Dataset | ||
#' | ||
#' A dataset derived from 'ko_abundance' by the function 'ko2kegg_abundance' in the ggpicrust2 package. | ||
#' Each row corresponds to a KEGG pathway, and each column corresponds to a sample. | ||
#' | ||
#' @format A data frame where rownames are KEGG pathways and column names are individual sample names, including: | ||
#' "SRR11393730", "SRR11393731", "SRR11393732", "SRR11393733", "SRR11393734", "SRR11393735", "SRR11393736", | ||
#' "SRR11393737", "SRR11393738", "SRR11393739", "SRR11393740", "SRR11393741", "SRR11393742", "SRR11393743", | ||
#' "SRR11393744", "SRR11393745", "SRR11393746", "SRR11393747", "SRR11393748", "SRR11393749", "SRR11393750", | ||
#' "SRR11393751", "SRR11393752", "SRR11393753", "SRR11393754", "SRR11393755", "SRR11393756", "SRR11393757", | ||
#' "SRR11393758", "SRR11393759", "SRR11393760", "SRR11393761", "SRR11393762", "SRR11393763", "SRR11393764", | ||
#' "SRR11393765", "SRR11393766", "SRR11393767", "SRR11393768", "SRR11393769", "SRR11393770", "SRR11393771", | ||
#' "SRR11393772", "SRR11393773", "SRR11393774", "SRR11393775", "SRR11393776", "SRR11393777", "SRR11393778", "SRR11393779" | ||
#' | ||
#' @source From ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"kegg_abundance" |
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,17 @@ | ||
#' KO Abundance Dataset | ||
#' | ||
#' This is a demonstration dataset from the ggpicrust2 package, representing the output of PICRUSt2. | ||
#' Each row represents a KO (KEGG Orthology) group, and each column corresponds to a sample. | ||
#' | ||
#' @format A data frame where rownames are KO groups and column names include #NAME and individual sample names, such as: | ||
#' "#NAME", "SRR11393730", "SRR11393731", "SRR11393732", "SRR11393733", "SRR11393734", "SRR11393735", "SRR11393736", | ||
#' "SRR11393737", "SRR11393738", "SRR11393739", "SRR11393740", "SRR11393741", "SRR11393742", "SRR11393743", | ||
#' "SRR11393744", "SRR11393745", "SRR11393746", "SRR11393747", "SRR11393748", "SRR11393749", "SRR11393750", | ||
#' "SRR11393751", "SRR11393752", "SRR11393753", "SRR11393754", "SRR11393755", "SRR11393756", "SRR11393757", | ||
#' "SRR11393758", "SRR11393759", "SRR11393760", "SRR11393761", "SRR11393762", "SRR11393763", "SRR11393764", | ||
#' "SRR11393765", "SRR11393766", "SRR11393767", "SRR11393768", "SRR11393769", "SRR11393770", "SRR11393771", | ||
#' "SRR11393772", "SRR11393773", "SRR11393774", "SRR11393775", "SRR11393776", "SRR11393777", "SRR11393778", "SRR11393779" | ||
#' | ||
#' @source From ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"ko_abundance" |
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,17 @@ | ||
#' MetaCyc Abundance Dataset | ||
#' | ||
#' This is a demonstration dataset from the ggpicrust2 package, representing the output of PICRUSt2. | ||
#' Each row represents a MetaCyc pathway, and each column corresponds to a sample. | ||
#' | ||
#' @format A data frame where rownames are MetaCyc pathways and column names include "pathway" and individual sample names, such as: | ||
#' "pathway", "SRR11393730", "SRR11393731", "SRR11393732", "SRR11393733", "SRR11393734", "SRR11393735", "SRR11393736", | ||
#' "SRR11393737", "SRR11393738", "SRR11393739", "SRR11393740", "SRR11393741", "SRR11393742", "SRR11393743", | ||
#' "SRR11393744", "SRR11393745", "SRR11393746", "SRR11393747", "SRR11393748", "SRR11393749", "SRR11393750", | ||
#' "SRR11393751", "SRR11393752", "SRR11393753", "SRR11393754", "SRR11393755", "SRR11393756", "SRR11393757", | ||
#' "SRR11393758", "SRR11393759", "SRR11393760", "SRR11393761", "SRR11393762", "SRR11393763", "SRR11393764", | ||
#' "SRR11393765", "SRR11393766", "SRR11393767", "SRR11393768", "SRR11393769", "SRR11393770", "SRR11393771", | ||
#' "SRR11393772", "SRR11393773", "SRR11393774", "SRR11393775", "SRR11393776", "SRR11393777", "SRR11393778", "SRR11393779" | ||
#' | ||
#' @source From ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"metacyc_abundance" |
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,15 @@ | ||
#' Metadata for ggpicrust2 Demonstration | ||
#' | ||
#' This is a demonstration dataset from the ggpicrust2 package. It provides the metadata | ||
#' required for the demonstration functions in the package. The dataset includes | ||
#' environmental information for each sample. | ||
#' | ||
#' @format A tibble with each row representing metadata for a sample. | ||
#' \describe{ | ||
#' \item{Sample1}{Metadata for Sample1, including Environment} | ||
#' \item{Sample2}{Metadata for Sample2, including Environment} | ||
#' \item{...}{...} | ||
#' } | ||
#' @source ggpicrust2 package demonstration. | ||
#' @references Douglas GM, Maffei VJ, Zaneveld J, Yurgel SN, Brown JR, Taylor CM, Huttenhower C, Langille MGI. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020. | ||
"metadata" |
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 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
Oops, something went wrong.