Skip to content

Commit

Permalink
remove depends of data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree committed Jan 15, 2025
1 parent 2502146 commit ae3e15f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Imports: RColorBrewer,
stats,
graphics,
utils,
data.table,
igraph,
enviGCMS
RoxygenNote: 7.3.2
5 changes: 2 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@

#' mass spectrometry contaminants database for PMD check
#' @docType data
#' @usage data(sda)
#' @format A data frame with 308 rows and 5 variables:
#' @usage data(MaConDa)
#' @format A data frame from \doi{doi:10.1093/bioinformatics/bts527} with 308 rows and 5 variables:
#' \describe{
#' \item{id}{MaConDa ID}
#' \item{name}{contaminants}
#' \item{formula}{contaminants fomula}
#' \item{exact_mass}{exact mass of contaminants}
#' \item{type_of_contaminant}{type of contaminant}
#' }
#' @source \url{https://doi.org/10.1093/bioinformatics/bts527}
"MaConDa"

#' A peaks list dataset containing 9 samples from 3 fish with triplicates samples for each fish from LC-MS.
Expand Down
7 changes: 2 additions & 5 deletions man/MaConDa.Rd

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

0 comments on commit ae3e15f

Please sign in to comment.