Skip to content

Commit

Permalink
add tbbpa demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree committed Jul 26, 2019
1 parent c6a5620 commit b991edb
Show file tree
Hide file tree
Showing 9 changed files with 210 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- all the group info will be imported as character while user could change the character into dataframe
- export getmzrtcsv
- add getmet to export metabolites for certain compounds based on mass defect
- add demo data for TBBPA metabolites from this [publication](https://doi.org/10.1021/acs.est.9b02122)

# enviGCMS 0.5.5

Expand Down
7 changes: 7 additions & 0 deletions R/mda.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#' Demo data for TBBPA metabolism in Pumpkin
#' @docType data
#' @usage data(TBBPA)
#' @format A list object with data, mass to charge ratio, retention time and group information. Three pumpkin seeding root samples' peaks list is extracted by xcms online.
#' @references Hou, X., Yu, M., Liu, A., Wang, X., Li, Y., Liu, J., Schnoor, J.L., Jiang, G., 2019. Glycosylation of Tetrabromobisphenol A in Pumpkin. Environ. Sci. Technol. https://doi.org/10.1021/acs.est.9b02122
"TBBPA"

#' Get mass defect with certain scaled factor
#' @param mass vector of mass
#' @param sf scaled factors
Expand Down
Binary file added data/TBBPA.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

177 changes: 177 additions & 0 deletions docs/reference/TBBPA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/reference/plotridges-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions man/TBBPA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b991edb

Please sign in to comment.