... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.11.4 |
|
4 |
+Version: 1.11.5 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -15,7 +15,7 @@ Imports: |
15 | 15 |
BiocBaseUtils, |
16 | 16 |
BiocGenerics, |
17 | 17 |
BiocIO, |
18 |
- GenomeInfoDb, |
|
18 |
+ Seqinfo, |
|
19 | 19 |
GenomicRanges, |
20 | 20 |
HDF5Array, |
21 | 21 |
Matrix, |
... | ... |
@@ -32,7 +32,7 @@ Suggests: |
32 | 32 |
DropletTestFiles, |
33 | 33 |
ExperimentHub, |
34 | 34 |
knitr, |
35 |
- RaggedExperiment, |
|
35 |
+ RaggedExperiment (>= 1.33.3), |
|
36 | 36 |
rmarkdown, |
37 | 37 |
Rsamtools, |
38 | 38 |
tinytest |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.11.1 |
|
4 |
+Version: 1.11.2 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -58,4 +58,4 @@ Collate: |
58 | 58 |
'TENxPeaks-class.R' |
59 | 59 |
'TENxTSV-class.R' |
60 | 60 |
'utils.R' |
61 |
-Date: 2025-04-28 |
|
61 |
+Date: 2025-05-06 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.11.0 |
|
4 |
+Version: 1.11.1 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -58,4 +58,4 @@ Collate: |
58 | 58 |
'TENxPeaks-class.R' |
59 | 59 |
'TENxTSV-class.R' |
60 | 60 |
'utils.R' |
61 |
-Date: 2025-04-04 |
|
61 |
+Date: 2025-04-28 |
... | ... |
@@ -7,7 +7,10 @@ Authors@R: |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 |
-Depends: R (>= 4.5.0), SingleCellExperiment, SummarizedExperiment |
|
10 |
+Depends: |
|
11 |
+ R (>= 4.5.0), |
|
12 |
+ SingleCellExperiment, |
|
13 |
+ SummarizedExperiment |
|
11 | 14 |
Imports: |
12 | 15 |
BiocBaseUtils, |
13 | 16 |
BiocGenerics, |
... | ... |
@@ -7,7 +7,7 @@ Authors@R: |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 |
-Depends: R (>= 4.2.0), SingleCellExperiment, SummarizedExperiment |
|
10 |
+Depends: R (>= 4.5.0), SingleCellExperiment, SummarizedExperiment |
|
11 | 11 |
Imports: |
12 | 12 |
BiocBaseUtils, |
13 | 13 |
BiocGenerics, |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.9.4 |
|
4 |
+Version: 1.9.5 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-12-05 |
|
58 |
+Date: 2025-04-04 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.9.3 |
|
4 |
+Version: 1.9.4 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-11-13 |
|
58 |
+Date: 2024-12-05 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.9.0 |
|
4 |
+Version: 1.9.1 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-10-18 |
|
58 |
+Date: 2024-11-13 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.7.9 |
|
4 |
+Version: 1.7.10 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-10-02 |
|
58 |
+Date: 2024-10-18 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.7.7 |
|
4 |
+Version: 1.7.8 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-09-19 |
|
58 |
+Date: 2024-10-02 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.7.5 |
|
4 |
+Version: 1.7.6 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
... | ... |
@@ -55,4 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
-Date: 2024-08-22 |
|
58 |
+Date: 2024-09-19 |
... | ... |
@@ -14,11 +14,13 @@ Imports: |
14 | 14 |
BiocIO, |
15 | 15 |
GenomeInfoDb, |
16 | 16 |
GenomicRanges, |
17 |
+ HDF5Array, |
|
17 | 18 |
Matrix, |
18 | 19 |
MatrixGenerics, |
19 | 20 |
methods, |
20 | 21 |
RCurl, |
21 | 22 |
readr, |
23 |
+ rhdf5, |
|
22 | 24 |
R.utils, |
23 | 25 |
S4Vectors, |
24 | 26 |
utils |
... | ... |
@@ -26,10 +28,8 @@ Suggests: |
26 | 28 |
BiocStyle, |
27 | 29 |
DropletTestFiles, |
28 | 30 |
ExperimentHub, |
29 |
- HDF5Array, |
|
30 | 31 |
knitr, |
31 | 32 |
RaggedExperiment, |
32 |
- rhdf5, |
|
33 | 33 |
rmarkdown, |
34 | 34 |
Rsamtools, |
35 | 35 |
tinytest |
... | ... |
@@ -42,7 +42,7 @@ VignetteBuilder: knitr |
42 | 42 |
License: Artistic-2.0 |
43 | 43 |
Encoding: UTF-8 |
44 | 44 |
Roxygen: list(markdown = TRUE) |
45 |
-RoxygenNote: 7.2.3 |
|
45 |
+RoxygenNote: 7.3.2 |
|
46 | 46 |
BugReports: https://github.com/waldronlab/TENxIO/issues |
47 | 47 |
URL: https://github.com/waldronlab/TENxIO |
48 | 48 |
Collate: |
... | ... |
@@ -1,10 +1,10 @@ |
1 | 1 |
Package: TENxIO |
2 | 2 |
Type: Package |
3 | 3 |
Title: Import methods for 10X Genomics files |
4 |
-Version: 1.7.1 |
|
4 |
+Version: 1.7.2 |
|
5 | 5 |
Authors@R: |
6 | 6 |
person( |
7 |
- "Marcel", "Ramos", , "[email protected]", |
|
7 |
+ "Marcel", "Ramos", , "[email protected]", |
|
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 | 10 |
Depends: R (>= 4.2.0), SingleCellExperiment, SummarizedExperiment |
... | ... |
@@ -55,3 +55,4 @@ Collate: |
55 | 55 |
'TENxPeaks-class.R' |
56 | 56 |
'TENxTSV-class.R' |
57 | 57 |
'utils.R' |
58 |
+Date: 2024-08-22 |
This reverts commit 2cade115d2b834477e5b3e198b7b5e813244f105.
This reverts commit 39163c4538573ae092e7497f2951fbba1929ce1b.
This reverts commit face862e90e3c3df4f5dd39d05efac23dc237c08.
... | ... |
@@ -14,7 +14,6 @@ Imports: |
14 | 14 |
BiocIO, |
15 | 15 |
GenomeInfoDb, |
16 | 16 |
GenomicRanges, |
17 |
- jsonlite, |
|
18 | 17 |
Matrix, |
19 | 18 |
MatrixGenerics, |
20 | 19 |
methods, |
... | ... |
@@ -22,7 +21,6 @@ Imports: |
22 | 21 |
readr, |
23 | 22 |
R.utils, |
24 | 23 |
S4Vectors, |
25 |
- SpatialExperiment, |
|
26 | 24 |
utils |
27 | 25 |
Suggests: |
28 | 26 |
BiocStyle, |
... | ... |
@@ -55,8 +53,8 @@ Collate: |
55 | 53 |
'TENxIO-package.R' |
56 | 54 |
'TENxMTX-class.R' |
57 | 55 |
'TENxPeaks-class.R' |
58 |
- 'TENxSpatialCSV.R' |
|
59 |
- 'TENxSpatialList-class.R' |
|
60 | 56 |
'TENxTSV-class.R' |
57 |
+ 'TENxSpatialList-class.R' |
|
58 |
+ 'TENxSpatialCSV.R' |
|
61 | 59 |
'TENxVisium-class.R' |
62 | 60 |
'utils.R' |
This reverts commit de2966fa521164f2129c0ac922f897d40c7a9747.
This reverts commit 2c30cef36d4274494dd58ce90844321fc216af89.
... | ... |
@@ -14,6 +14,7 @@ Imports: |
14 | 14 |
BiocIO, |
15 | 15 |
GenomeInfoDb, |
16 | 16 |
GenomicRanges, |
17 |
+ jsonlite, |
|
17 | 18 |
Matrix, |
18 | 19 |
MatrixGenerics, |
19 | 20 |
methods, |
... | ... |
@@ -21,6 +22,7 @@ Imports: |
21 | 22 |
readr, |
22 | 23 |
R.utils, |
23 | 24 |
S4Vectors, |
25 |
+ SpatialExperiment, |
|
24 | 26 |
utils |
25 | 27 |
Suggests: |
26 | 28 |
BiocStyle, |
... | ... |
@@ -53,8 +55,8 @@ Collate: |
53 | 55 |
'TENxIO-package.R' |
54 | 56 |
'TENxMTX-class.R' |
55 | 57 |
'TENxPeaks-class.R' |
56 |
- 'TENxTSV-class.R' |
|
57 |
- 'TENxSpatialList-class.R' |
|
58 | 58 |
'TENxSpatialCSV.R' |
59 |
+ 'TENxSpatialList-class.R' |
|
60 |
+ 'TENxTSV-class.R' |
|
59 | 61 |
'TENxVisium-class.R' |
60 | 62 |
'utils.R' |
... | ... |
@@ -42,7 +42,7 @@ VignetteBuilder: knitr |
42 | 42 |
License: Artistic-2.0 |
43 | 43 |
Encoding: UTF-8 |
44 | 44 |
Roxygen: list(markdown = TRUE) |
45 |
-RoxygenNote: 7.2.1 |
|
45 |
+RoxygenNote: 7.2.3 |
|
46 | 46 |
BugReports: https://github.com/waldronlab/TENxIO/issues |
47 | 47 |
URL: https://github.com/waldronlab/TENxIO |
48 | 48 |
Collate: |
... | ... |
@@ -34,7 +34,7 @@ Suggests: |
34 | 34 |
tinytest |
35 | 35 |
Description: Provides a structured S4 approach to importing data files from |
36 | 36 |
the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene |
37 |
- Expresssion data among other data types. The main Bioconductor data |
|
37 |
+ Expression data among other data types. The main Bioconductor data |
|
38 | 38 |
representations used are SingleCellExperiment and RaggedExperiment. |
39 | 39 |
biocViews: Software, Infrastructure, DataImport, SingleCell |
40 | 40 |
VignetteBuilder: knitr |
... | ... |
@@ -37,6 +37,7 @@ Description: Provides a structured S4 approach to importing data files from |
37 | 37 |
Expresssion data among other data types. The main Bioconductor data |
38 | 38 |
representations used are SingleCellExperiment and RaggedExperiment. |
39 | 39 |
biocViews: Software, Infrastructure, DataImport, SingleCell |
40 |
+VignetteBuilder: knitr |
|
40 | 41 |
License: Artistic-2.0 |
41 | 42 |
Encoding: UTF-8 |
42 | 43 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -36,7 +36,7 @@ Description: Provides a structured S4 approach to importing data files from |
36 | 36 |
the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene |
37 | 37 |
Expresssion data among other data types. The main Bioconductor data |
38 | 38 |
representations used are SingleCellExperiment and RaggedExperiment. |
39 |
-biocViews: Software, Infrastructure, DataImport |
|
39 |
+biocViews: Software, Infrastructure, DataImport, SingleCell |
|
40 | 40 |
License: Artistic-2.0 |
41 | 41 |
Encoding: UTF-8 |
42 | 42 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -36,6 +36,7 @@ Description: Provides a structured S4 approach to importing data files from |
36 | 36 |
the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene |
37 | 37 |
Expresssion data among other data types. The main Bioconductor data |
38 | 38 |
representations used are SingleCellExperiment and RaggedExperiment. |
39 |
+biocViews: Software, Infrastructure, DataImport |
|
39 | 40 |
License: Artistic-2.0 |
40 | 41 |
Encoding: UTF-8 |
41 | 42 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -30,7 +30,8 @@ Suggests: |
30 | 30 |
RaggedExperiment, |
31 | 31 |
rhdf5, |
32 | 32 |
rmarkdown, |
33 |
- Rsamtools |
|
33 |
+ Rsamtools, |
|
34 |
+ tinytest |
|
34 | 35 |
Description: Provides a structured S4 approach to importing data files from |
35 | 36 |
the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene |
36 | 37 |
Expresssion data among other data types. The main Bioconductor data |
... | ... |
@@ -36,7 +36,7 @@ Description: The package exports methods for working with version 2 and 3 of |
36 | 36 |
License: Artistic-2.0 |
37 | 37 |
Encoding: UTF-8 |
38 | 38 |
Roxygen: list(markdown = TRUE) |
39 |
-RoxygenNote: 7.2.0 |
|
39 |
+RoxygenNote: 7.2.1 |
|
40 | 40 |
BugReports: https://github.com/waldronlab/TENxIO/issues |
41 | 41 |
URL: https://github.com/waldronlab/TENxIO |
42 | 42 |
Collate: |
... | ... |
@@ -29,10 +29,10 @@ Suggests: |
29 | 29 |
rhdf5, |
30 | 30 |
rmarkdown, |
31 | 31 |
Rsamtools |
32 |
-Description: The package exports methods for working with version 2 and 3 of |
|
33 |
- 10X Genomics files. It simplifies importing by creating a class with |
|
34 |
- slots for version and group in the H5 file. Currently only H5 files are |
|
35 |
- supported. |
|
32 |
+Description: Provides a structured S4 approach to importing data files from |
|
33 |
+ the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene |
|
34 |
+ Expresssion data among other data types. The main Bioconductor data |
|
35 |
+ representations used are SingleCellExperiment and RaggedExperiment. |
|
36 | 36 |
License: Artistic-2.0 |
37 | 37 |
Encoding: UTF-8 |
38 | 38 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -38,6 +38,8 @@ License: Artistic-2.0 |
38 | 38 |
Encoding: UTF-8 |
39 | 39 |
Roxygen: list(markdown = TRUE) |
40 | 40 |
RoxygenNote: 7.2.0 |
41 |
+BugReports: https://github.com/waldronlab/TENxIO/issues |
|
42 |
+URL: https://github.com/waldronlab/TENxIO |
|
41 | 43 |
Collate: |
42 | 44 |
'TENxFile-class.R' |
43 | 45 |
'TENxFileList-class.R' |
... | ... |
@@ -39,10 +39,9 @@ Roxygen: list(markdown = TRUE) |
39 | 39 |
RoxygenNote: 7.2.0 |
40 | 40 |
Collate: |
41 | 41 |
'TENxFile-class.R' |
42 |
- 'TENxH5-class.R' |
|
43 |
- 'ShellExperiment-class.R' |
|
44 | 42 |
'TENxFileList-class.R' |
45 | 43 |
'TENxFragments-class.R' |
44 |
+ 'TENxH5-class.R' |
|
46 | 45 |
'TENxMTX-class.R' |
47 | 46 |
'TENxPeaks-class.R' |
48 | 47 |
'utils.R' |
... | ... |
@@ -9,6 +9,7 @@ Authors@R: |
9 | 9 |
) |
10 | 10 |
Depends: R (>= 4.2.0), SingleCellExperiment, SummarizedExperiment |
11 | 11 |
Imports: |
12 |
+ BiocBaseUtils, |
|
12 | 13 |
BiocGenerics, |
13 | 14 |
BiocIO, |
14 | 15 |
GenomeInfoDb, |
... | ... |
@@ -36,4 +37,13 @@ License: Artistic-2.0 |
36 | 37 |
Encoding: UTF-8 |
37 | 38 |
Roxygen: list(markdown = TRUE) |
38 | 39 |
RoxygenNote: 7.2.0 |
39 |
- |
|
40 |
+Collate: |
|
41 |
+ 'TENxFile-class.R' |
|
42 |
+ 'TENxH5-class.R' |
|
43 |
+ 'ShellExperiment-class.R' |
|
44 |
+ 'TENxFile-methods.R' |
|
45 |
+ 'TENxFileList-class.R' |
|
46 |
+ 'TENxFragments-class.R' |
|
47 |
+ 'TENxMTX-class.R' |
|
48 |
+ 'TENxPeaks-class.R' |
|
49 |
+ 'utils.R' |
... | ... |
@@ -12,6 +12,7 @@ Imports: |
12 | 12 |
BiocGenerics, |
13 | 13 |
BiocIO, |
14 | 14 |
GenomeInfoDb, |
15 |
+ GenomicRanges, |
|
15 | 16 |
Matrix, |
16 | 17 |
MatrixGenerics, |
17 | 18 |
methods, |
... | ... |
@@ -23,12 +24,16 @@ Suggests: |
23 | 24 |
BiocStyle, |
24 | 25 |
HDF5Array, |
25 | 26 |
knitr, |
27 |
+ RaggedExperiment, |
|
26 | 28 |
rhdf5, |
27 |
- rmarkdown |
|
29 |
+ rmarkdown, |
|
30 |
+ Rsamtools |
|
28 | 31 |
Description: The package exports methods for working with version 2 and 3 of |
29 | 32 |
10X Genomics files. It simplifies importing by creating a class with |
30 | 33 |
slots for version and group in the H5 file. Currently only H5 files are |
31 | 34 |
supported. |
32 | 35 |
License: Artistic-2.0 |
33 | 36 |
Encoding: UTF-8 |
37 |
+Roxygen: list(markdown = TRUE) |
|
34 | 38 |
RoxygenNote: 7.2.0 |
39 |
+ |
... | ... |
@@ -32,9 +32,3 @@ Description: The package exports methods for working with version 2 and 3 of |
32 | 32 |
License: Artistic-2.0 |
33 | 33 |
Encoding: UTF-8 |
34 | 34 |
RoxygenNote: 7.2.0 |
35 |
-Collate: |
|
36 |
- 'TENxFile-class.R' |
|
37 |
- 'TENxFileList-class.R' |
|
38 |
- 'TENxFile-methods.R' |
|
39 |
- 'TENxH5-class.R' |
|
40 |
- 'utils.R' |
... | ... |
@@ -12,8 +12,10 @@ Imports: |
12 | 12 |
BiocGenerics, |
13 | 13 |
BiocIO, |
14 | 14 |
GenomeInfoDb, |
15 |
+ Matrix, |
|
15 | 16 |
MatrixGenerics, |
16 | 17 |
methods, |
18 |
+ readr, |
|
17 | 19 |
S4Vectors, |
18 | 20 |
SingleCellMultiModal, |
19 | 21 |
utils |
... | ... |
@@ -29,4 +31,4 @@ Description: The package exports methods for working with version 2 and 3 of |
29 | 31 |
supported. |
30 | 32 |
License: Artistic-2.0 |
31 | 33 |
Encoding: UTF-8 |
32 |
-RoxygenNote: 7.1.2 |
|
34 |
+RoxygenNote: 7.2.0 |
... | ... |
@@ -7,12 +7,13 @@ Authors@R: |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 |
-Depends: R (>= 4.2.0) |
|
10 |
+Depends: R (>= 4.2.0), SingleCellExperiment, SummarizedExperiment |
|
11 | 11 |
Imports: |
12 | 12 |
BiocGenerics, |
13 | 13 |
BiocIO, |
14 | 14 |
GenomeInfoDb, |
15 | 15 |
MatrixGenerics, |
16 |
+ methods, |
|
16 | 17 |
S4Vectors, |
17 | 18 |
SingleCellMultiModal, |
18 | 19 |
utils |
... | ... |
@@ -14,11 +14,12 @@ Imports: |
14 | 14 |
GenomeInfoDb, |
15 | 15 |
MatrixGenerics, |
16 | 16 |
S4Vectors, |
17 |
- SingleCellMultiModal |
|
17 |
+ SingleCellMultiModal, |
|
18 |
+ utils |
|
18 | 19 |
Suggests: |
19 | 20 |
BiocStyle, |
20 | 21 |
HDF5Array, |
21 |
- knit, |
|
22 |
+ knitr, |
|
22 | 23 |
rhdf5, |
23 | 24 |
rmarkdown |
24 | 25 |
Description: The package exports methods for working with version 2 and 3 of |
... | ... |
@@ -8,8 +8,19 @@ Authors@R: |
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 | 10 |
Depends: R (>= 4.2.0) |
11 |
-Imports: BiocIO, BiocGenerics, MatrixGenerics, GenomeInfoDb, |
|
12 |
- SingleCellMultiModal, S4Vectors |
|
11 |
+Imports: |
|
12 |
+ BiocGenerics, |
|
13 |
+ BiocIO, |
|
14 |
+ GenomeInfoDb, |
|
15 |
+ MatrixGenerics, |
|
16 |
+ S4Vectors, |
|
17 |
+ SingleCellMultiModal |
|
18 |
+Suggests: |
|
19 |
+ BiocStyle, |
|
20 |
+ HDF5Array, |
|
21 |
+ knit, |
|
22 |
+ rhdf5, |
|
23 |
+ rmarkdown |
|
13 | 24 |
Description: The package exports methods for working with version 2 and 3 of |
14 | 25 |
10X Genomics files. It simplifies importing by creating a class with |
15 | 26 |
slots for version and group in the H5 file. Currently only H5 files are |
... | ... |
@@ -9,7 +9,7 @@ Authors@R: |
9 | 9 |
) |
10 | 10 |
Depends: R (>= 4.2.0) |
11 | 11 |
Imports: BiocIO, BiocGenerics, MatrixGenerics, GenomeInfoDb, |
12 |
- SingleCellMultiModal |
|
12 |
+ SingleCellMultiModal, S4Vectors |
|
13 | 13 |
Description: The package exports methods for working with version 2 and 3 of |
14 | 14 |
10X Genomics files. It simplifies importing by creating a class with |
15 | 15 |
slots for version and group in the H5 file. Currently only H5 files are |
... | ... |
@@ -7,8 +7,9 @@ Authors@R: |
7 | 7 |
"Marcel", "Ramos", , "[email protected]", |
8 | 8 |
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
9 | 9 |
) |
10 |
-Imports: BiocIO |
|
11 | 10 |
Depends: R (>= 4.2.0) |
11 |
+Imports: BiocIO, BiocGenerics, MatrixGenerics, GenomeInfoDb, |
|
12 |
+ SingleCellMultiModal |
|
12 | 13 |
Description: The package exports methods for working with version 2 and 3 of |
13 | 14 |
10X Genomics files. It simplifies importing by creating a class with |
14 | 15 |
slots for version and group in the H5 file. Currently only H5 files are |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+Package: TENxIO |
|
2 |
+Type: Package |
|
3 |
+Title: Import methods for 10X Genomics files |
|
4 |
+Version: 0.1.0 |
|
5 |
+Authors@R: |
|
6 |
+ person( |
|
7 |
+ "Marcel", "Ramos", , "[email protected]", |
|
8 |
+ c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") |
|
9 |
+ ) |
|
10 |
+Imports: BiocIO |
|
11 |
+Depends: R (>= 4.2.0) |
|
12 |
+Description: The package exports methods for working with version 2 and 3 of |
|
13 |
+ 10X Genomics files. It simplifies importing by creating a class with |
|
14 |
+ slots for version and group in the H5 file. Currently only H5 files are |
|
15 |
+ supported. |
|
16 |
+License: Artistic-2.0 |
|
17 |
+Encoding: UTF-8 |
|
18 |
+RoxygenNote: 7.1.2 |