| Package | Description |
|---|---|
| io.repseq.core | |
| io.repseq.dto |
| Modifier and Type | Method and Description |
|---|---|
VDJCLibraryData |
VDJCLibrary.getData()
Returns serializable library data
|
VDJCLibraryData[] |
VDJCLibraryRegistry.LibraryResolver.resolve(String libraryName) |
VDJCLibraryData[] |
VDJCLibraryRegistry.FolderLibraryResolver.resolve(String libraryName) |
VDJCLibraryData[] |
VDJCLibraryRegistry.ClasspathLibraryResolver.resolve(String libraryName) |
| Modifier and Type | Method and Description |
|---|---|
VDJCLibrary |
VDJCLibraryRegistry.registerLibrary(Path context,
String name,
VDJCLibraryData data)
Creates and registers single library from VDJCLibraryData
|
| Constructor and Description |
|---|
VDJCLibrary(VDJCLibraryData libraryData,
String name,
VDJCLibraryRegistry registry,
Path context) |
| Modifier and Type | Method and Description |
|---|---|
static VDJCLibraryData[] |
VDJCDataUtils.merge(List<VDJCLibraryData> libraries)
Merges VDJCLibraryData objects for the same species into single object.
|
static VDJCLibraryData[] |
VDJCDataUtils.readArrayFromFile(Path file) |
static VDJCLibraryData[] |
VDJCDataUtils.readArrayFromFile(String file) |
| Modifier and Type | Method and Description |
|---|---|
int |
VDJCLibraryData.compareTo(VDJCLibraryData o) |
static void |
VDJCDataUtils.sort(VDJCLibraryData library)
Sort records inside library
|
static void |
VDJCDataUtils.sort(VDJCLibraryData[] libraries)
Sort libraries and genes inside them.
|
static void |
VDJCDataUtils.writeToFile(VDJCLibraryData[] data,
Path file,
boolean compact) |
static void |
VDJCDataUtils.writeToFile(VDJCLibraryData[] data,
String file,
boolean compact) |
| Modifier and Type | Method and Description |
|---|---|
static VDJCLibraryData[] |
VDJCDataUtils.merge(List<VDJCLibraryData> libraries)
Merges VDJCLibraryData objects for the same species into single object.
|
static void |
VDJCDataUtils.sort(List<VDJCLibraryData> libraries)
Sort libraries and genes inside them.
|
static void |
VDJCDataUtils.writeToFile(List<VDJCLibraryData> data,
Path file,
boolean compact) |
static void |
VDJCDataUtils.writeToFile(List<VDJCLibraryData> data,
String file,
boolean compact) |
| Constructor and Description |
|---|
VDJCLibraryData(VDJCLibraryData other,
List<VDJCGeneData> genes)
Creates VDJCLibraryData object from other VDJCLibraryData given new sed of genes
|
Copyright © 2017. All rights reserved.