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
qt.compute_distances(matrix=matrix,labels=labels,ComputeMDS=True)
suff = '_Cont' #Suffix for the name of the images
qt.displayInternal(Suffix=suff)
qt.displayMDS(Suffix=suff)
qt.displayNamesScatter(Suffix='_Cont')
IdxGoodSamples = qt.compute_samples_quality(matrix=matrix,NR=100)
qt.display_samples_quality(Suffix='_Cont')
forked from jbmorlot/NGSQualityTester
-
Notifications
You must be signed in to change notification settings - Fork 0
LeopoldC/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
Languages
- Jupyter Notebook 99.6%
- Python 0.4%