hemberg-lab / SC3

A tool for the unsupervised clustering of cells from single cell RNA-Seq experiments
http://bioconductor.org/packages/SC3
GNU General Public License v3.0
119 stars 55 forks source link

make all columns in output tables numeric #12

Closed wikiselev closed 8 years ago

wikiselev commented 8 years ago

Some of them are factors at the moment. Need to convert them to characters first and then to numeric: as.numeric(as.character(...))

wikiselev commented 8 years ago

Implemented in Version: 0.99.20