hemberg-lab / scRNA.seq.course

Analysis of single cell RNA-seq data course
https://www.singlecellcourse.org
GNU General Public License v3.0
670 stars 360 forks source link

Turn off the progress bar for scaling procedure #150

Closed ChuliangXiao closed 5 years ago

ChuliangXiao commented 5 years ago

9.5 Dealing with confounders

seuset <- ScaleData(
    object = seuset, 
    vars.to.regress = c("nUMI")
)
## [1] "Regressing out nUMI"
## 
  |                                                                       
  |                                                                 |   0%
  |                                                                       
  |=                                                                |   1%
  |                                                                       
  |=                                                                |   2%
  |                                                                       
  |==                                                               |   2%
  |                                                                       
  |==                                                               |   3%
  |                                                                       
  |==                                                               |   4%
  |                                                                       
  |===                                                              |   4%
  |                                                                       
  |===                                                              |   5%
...
wikiselev commented 5 years ago

Many thanks!