import QualityTester as QT
#matrix=Samples x Features
#labels=Samples : Integers corresponding to cluster assignement
qt = QT.QualityTester(Binary=False) #Binary=True if dataset is binary. By default binary == false
qt.get_optimal_distance(matrix=np.transpose(matrix),labels=label,threshold = [0.05, 0.95])
-
Notifications
You must be signed in to change notification settings - Fork 2
jbmorlot/NGSQualityTester
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Test the quality of the samples in an Next Generation Sequencing dataset
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published