The support.bioconductor.org editor has been updated to markdown! Please see more info at: Tutorial: Updated Support Site Editor
User: zicheng.hu
zicheng.hu • 20
- Reputation:
- 20
- Status:
- New User
- Location:
- Last seen:
- 10 months, 3 weeks ago
- Joined:
- 1 year, 11 months ago
- Email:
- z*********@ucsf.edu
Posts by zicheng.hu
<prev
• 5 results •
page 1 of 1 •
next >
3
votes
1
answer
375
views
1
answer
... I have a treatment group and a control group. I calculated the "contrast' between them using functions in Limma:
fit <- lmFit(array_data, design)
cont.matrix <- makeContrasts(Effect ="treat-control", levels = design)
fit2 <- contrasts.fit(fit, cont.matrix)
fit2 <- eBayes(fit2)
I a ...
written 11 months ago by
zicheng.hu • 20
• updated
10 months ago by
williamgeorge51547 • 0
0
votes
1
answer
363
views
1
answers
Comment:
C: Error when reading the fcv file
... Thank you! It solves my problem.
...
written 17 months ago by
zicheng.hu • 20
0
votes
1
answer
329
views
1
answers
... I ended up using the removeBatchEffect function from limma.
SV = sva(expr,mod,mod0)
expr = removeBatchEffect(x=expr, batch=NULL, batch2=NULL, covariates=SV$sv)
...
written 17 months ago by
zicheng.hu • 20
0
votes
1
answer
363
views
1
answer
... Dear flowCore maintainer,
I am developing a package that involves writing and reading fcs files. I included an example in my package (modified here for simplicity) :
library(flowCore)
dat = as.matrix(iris[,1:4])
dat = flowFrame(dat)
write.FCS(dat,"dat.fcs")
dat = read.FCS("dat.fcs")
I tested t ...
written 17 months ago by
zicheng.hu • 20
• updated
17 months ago by
Jiang, Mike • 1.2k
2
votes
1
answer
329
views
1
answer
... I ran the example code from the sva page :
bioconductor.org/packages/release/bioc/vignettes/sva/inst/doc/sva.R
Everything works great. However, I got an error after I change the code in chunk 24 from
fsvaobj = fsva(trainData,trainMod,trainSv,testData)
to
fsvaobj = fsva(trainData,trainMod, ...
written 20 months ago by
zicheng.hu • 20
• updated
18 months ago by
victor.2wy • 0
Latest awards to zicheng.hu
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 239 users visited in the last hour