-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
36,091 additions
and
16 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
^data-raw$ | ||
^cran-comments\.md$ | ||
^\.travis\.yml$ | ||
testing.R |
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 |
---|---|---|
|
@@ -32,3 +32,4 @@ vignettes/*.pdf | |
*.utf8.md | ||
*.knit.md | ||
.Rproj.user | ||
testing.R |
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,13 +1,17 @@ | ||
Package: MicrobeDS | ||
Title: Microbiome Datasets | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: person("Tom", "Battaglia", email = "tb1280@nyu.edu", | ||
role = c("aut", "cre")) | ||
Description: A repository for large-scale microbiome datasets formatted for phyloseq. | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.3.0) | ||
biocViews: | ||
Imports: | ||
phyloseq | ||
License: CC0 | ||
LazyData: true | ||
URL: http://github.com/twbattaglia/MicrobeDS | ||
BugReports: http://github.com/twbattaglia/MicrobeDS/issues | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 7.2.3 | ||
Encoding: UTF-8 |
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,11 @@ | ||
#' @title The Cancer Genome Atlas (TCGA) | ||
#' @details WGS unampped reads with Kraken2 profiling from primary tumors | ||
#' @description The Cancer Genome Atlas (TCGA) of 33 types of cancer from treatment-naive patients (a total of 18,116 samples) for microbial reads | ||
#' @usage data('TCGA') | ||
#' @docType data | ||
#' @source ftp://ftp.microbio.me/pub/cancer_microbiome_analysis | ||
#' @format An object of class \code{"phyloseq"}. | ||
#' @keywords datasets | ||
#' @references Poore et al. (2020) Nature Mar;579(7800):567-574 | ||
#' (\href{https://pubmed.ncbi.nlm.nih.gov/32214244/}{PubMed}) | ||
"TCGA" |
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,11 @@ | ||
#' @title The Cancer Genome Atlas (TCGA) contaminant list | ||
#' @details WGS unampped reads with Kraken2 profiling from primary tumors | ||
#' @description The Cancer Genome Atlas (TCGA) of 33 types of cancer from treatment-naive patients (a total of 18,116 samples) for microbial reads | ||
#' @usage data('TCGA') | ||
#' @docType data | ||
#' @source ftp://ftp.microbio.me/pub/cancer_microbiome_analysis | ||
#' @format An object of class \code{"phyloseq"}. | ||
#' @keywords datasets | ||
#' @references Poore et al. (2020) Nature Mar;579(7800):567-574 | ||
#' (\href{https://pubmed.ncbi.nlm.nih.gov/32214244/}{PubMed}) | ||
"TCGA.contaminants" |
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
17,626 changes: 17,626 additions & 0 deletions
17,626
data-raw/TCGA/Kraken-TCGA-Raw-Data-17625-Samples.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.