-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from rformassspectrometry/phili
saving and loading of objects
- Loading branch information
Showing
64 changed files
with
300 additions
and
351 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
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,6 +1,6 @@ | ||
Package: metabonaut | ||
Title: Exploring and Analyzing LC-MS Data | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Authors@R: | ||
c(person(given = "Philippine", family = "Louail", | ||
email = "[email protected]", | ||
|
@@ -32,6 +32,7 @@ Depends: | |
R (>= 4.3), | ||
BiocParallel (>= 1.8.0) | ||
Suggests: | ||
alabaster.se, | ||
MsCoreUtils, | ||
xcms (>= 4.3.4), | ||
Spectra (>= 1.11.10), | ||
|
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,10 @@ | ||
{ | ||
"spectra": { | ||
"version": "1.0" | ||
}, | ||
"type": "xcms_experiment", | ||
"xcms_experiment": { | ||
"version": "1.0" | ||
} | ||
} | ||
|
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file not shown.
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,7 @@ | ||
{ | ||
"dense_array": { | ||
"version": "1.0" | ||
}, | ||
"type": "dense_array" | ||
} | ||
|
Binary file not shown.
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,7 @@ | ||
{ | ||
"spectra": { | ||
"version": "1.0" | ||
}, | ||
"type": "ms_experiment_files" | ||
} | ||
|
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file added
BIN
+61 Bytes
inst/extdata/preprocessed_lcms1/experiment_files/x/list_contents.json.gz
Binary file not shown.
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
inst/extdata/preprocessed_lcms1/feature_definitions/other_columns/10/OBJECT
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file added
BIN
+246 KB
inst/extdata/preprocessed_lcms1/feature_definitions/other_columns/10/list_contents.json.gz
Binary file not shown.
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file not shown.
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file not shown.
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file not shown.
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file added
BIN
+100 Bytes
inst/extdata/preprocessed_lcms1/sample_data_links/list_contents.json.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/sample_data_links/other_contents/0/OBJECT
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,7 @@ | ||
{ | ||
"dense_array": { | ||
"version": "1.0" | ||
}, | ||
"type": "dense_array" | ||
} | ||
|
Binary file added
BIN
+19.8 KB
inst/extdata/preprocessed_lcms1/sample_data_links/other_contents/0/array.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/sample_data_links_mcols/OBJECT
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file added
BIN
+9.83 KB
inst/extdata/preprocessed_lcms1/sample_data_links_mcols/basic_columns.h5
Binary file not shown.
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,7 @@ | ||
{ | ||
"spectra": { | ||
"version": "1.0" | ||
}, | ||
"type": "spectra" | ||
} | ||
|
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,7 @@ | ||
{ | ||
"ms_backend_metabo_lights": { | ||
"version": "1.0" | ||
}, | ||
"type": "ms_backend_metabo_lights" | ||
} | ||
|
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/spectra/backend/peaks_variables/OBJECT
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,7 @@ | ||
{ | ||
"atomic_vector": { | ||
"version": "1.0" | ||
}, | ||
"type": "atomic_vector" | ||
} | ||
|
Binary file added
BIN
+4.51 KB
inst/extdata/preprocessed_lcms1/spectra/backend/peaks_variables/contents.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/spectra/backend/spectra_data/OBJECT
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file added
BIN
+415 KB
inst/extdata/preprocessed_lcms1/spectra/backend/spectra_data/basic_columns.h5
Binary file not shown.
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,8 @@ | ||
{ | ||
"simple_list": { | ||
"version": "1.0", | ||
"format": "json.gz" | ||
}, | ||
"type": "simple_list" | ||
} | ||
|
Binary file added
BIN
+61 Bytes
inst/extdata/preprocessed_lcms1/spectra/metadata/list_contents.json.gz
Binary file not shown.
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,7 @@ | ||
{ | ||
"atomic_vector": { | ||
"version": "1.0" | ||
}, | ||
"type": "atomic_vector" | ||
} | ||
|
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/spectra/processing_chunk_size/OBJECT
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,7 @@ | ||
{ | ||
"atomic_vector": { | ||
"version": "1.0" | ||
}, | ||
"type": "atomic_vector" | ||
} | ||
|
Binary file added
BIN
+4.5 KB
inst/extdata/preprocessed_lcms1/spectra/processing_chunk_size/contents.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
inst/extdata/preprocessed_lcms1/spectra/processing_queue_variables/OBJECT
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,7 @@ | ||
{ | ||
"atomic_vector": { | ||
"version": "1.0" | ||
}, | ||
"type": "atomic_vector" | ||
} | ||
|
Binary file added
BIN
+2.45 KB
inst/extdata/preprocessed_lcms1/spectra/processing_queue_variables/contents.h5
Binary file not shown.
1 change: 1 addition & 0 deletions
1
inst/extdata/preprocessed_lcms1/spectra/spectra_processing_queue.json
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 @@ | ||
["{\"type\":\"list\",\"attributes\":{},\"value\":[]}"] |
1 change: 1 addition & 0 deletions
1
inst/extdata/preprocessed_lcms1/xcms_experiment_process_history.json
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"summarized_experiment": { | ||
"version": "1.0", | ||
"dimensions": [ | ||
9068, | ||
10 | ||
] | ||
}, | ||
"type": "summarized_experiment" | ||
} | ||
|
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,7 @@ | ||
{ | ||
"dense_array": { | ||
"version": "1.0" | ||
}, | ||
"type": "dense_array" | ||
} | ||
|
Binary file not shown.
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,7 @@ | ||
{ | ||
"dense_array": { | ||
"version": "1.0" | ||
}, | ||
"type": "dense_array" | ||
} | ||
|
Binary file not shown.
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 @@ | ||
["raw","raw_filled"] |
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file not shown.
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,7 @@ | ||
{ | ||
"data_frame": { | ||
"version": "1.0" | ||
}, | ||
"type": "data_frame" | ||
} | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,21 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/web-app-manifest-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/web-app-manifest-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.