Skip to content

Commit b89337f

Browse files
authoredFeb 20, 2023
Merge pull request #192 from MoTrPAC/develop
v0.8.4: replace summarise, add gcp function
2 parents 0e6a9ae + 1f045f1 commit b89337f

File tree

81 files changed

+379
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+379
-96
lines changed
 

‎DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: MotrpacBicQC
22
Type: Package
33
Title: QC/QA functions for the MoTrPAC community
4-
Version: 0.8.3
5-
Date: 2023-02-08
4+
Version: 0.8.4
5+
Date: 2023-02-20
66
Author: MoTrPAC Bioinformatics Center
77
Maintainer: David Jimenez-Morales <davidjm@stanford.edu>
88
Description: R Package for the analysis of MoTrPAC datasets.

‎NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export(check_vial_metadata_proteomics)
1212
export(check_viallabel_dmaqc)
1313
export(combine_metabolomics_batch)
1414
export(create_folder)
15+
export(dl_read_gcp)
1516
export(filter_required_columns)
1617
export(generate_phase_details)
1718
export(get_and_validate_mdd)
@@ -51,6 +52,7 @@ import(tidyr)
5152
import(utils)
5253
import(viridis)
5354
importFrom(data.table,as.data.table)
55+
importFrom(data.table,fread)
5456
importFrom(data.table,rbindlist)
5557
importFrom(grDevices,dev.off)
5658
importFrom(grDevices,pdf)

0 commit comments

Comments
 (0)
Please sign in to comment.