Skip to content

Test the quality of the samples in an Next Generation Sequencing dataset

Notifications You must be signed in to change notification settings

LeopoldC/NGSQualityTester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGSQualityTester

How to use:

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')

About

Test the quality of the samples in an Next Generation Sequencing dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%