João Sequeira

Results 12 issues of João Sequeira

Running, on [this dataset](https://github.com/hredestig/pcaMethods/files/10579068/norm.tsv.txt), these commands ``` library("pcaMethods") df

Hey there! I am trying to run ```llsImpute``` on my [spectracounts](https://github.com/hredestig/pcaMethods/files/9764891/spectracounts.tsv.txt), with the following commands: ``` library("vsn") library("pcaMethods") pdata = as.matrix(read.table('spectracounts.tsv.txt', sep='\t', h=T, row.names=1)) pdata[pdata==0] = NA norm = justvsn(ExpressionSet(pdata))...