jsxlei / SCALE

Single-cell ATAC-seq analysis via Latent feature Extraction
MIT License
97 stars 17 forks source link

typo on wiki page #4

Closed bakerwm closed 4 years ago

bakerwm commented 4 years ago

find a type on wiki page for "Tutorial Forebrain"

old

import sklearn.metric import confusion_matrix

new

from sklearn.metrics import confusion_matrix
jsxlei commented 4 years ago

thanks for pointing out this