-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
36 lines (36 loc) · 1.34 KB
/
Copy pathcodemeta.json
File metadata and controls
36 lines (36 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0003-3283-829X",
"@type": "Person",
"familyName": "Sovacool",
"givenName": "Kelly"
},
{
"@type": "Person",
"familyName": "Homan",
"givenName": "Philip"
},
{
"@id": "https://orcid.org/0000-0001-8978-8495",
"@type": "Person",
"familyName": "Koparde",
"givenName": "Vishal"
},
{
"@id": "https://orcid.org/0000-0002-8734-9875",
"@type": "Person",
"familyName": "Chill",
"givenName": "Samantha"
}
],
"codeRepository": "https://github.com/CCBR/MOSuite",
"description": "Multi-Omics Suite provides a suite of functions to clean, filter, batch-correct, normalize, visualize, and perform differential analysis. While the package is designed for differential RNA-seq analysis and multi-omics datasets, it can be used for any data represented in a counts table. See the website for more information, documentation, and examples at <https://ccbr.github.io/MOSuite/>.",
"identifier": "https://doi.org/10.5281/zenodo.16371580",
"license": "https://spdx.org/licenses/MIT",
"name": "MOSuite: R package for differential multi-omics analysis",
"url": "https://ccbr.github.io/MOSuite/",
"version": "0.5.0.9000"
}