User: Matthew McCall
Matthew McCall • 830
- Reputation:
- 830
- Status:
- Trusted
- Location:
- United States
- Website:
- http://mnmccall.com/
- Scholar ID:
- Google Scholar Page
- Last seen:
- 6 months, 2 weeks ago
- Joined:
- 8 years, 10 months ago
- Email:
- m******@gmail.com
Posts by Matthew McCall
<prev
• 101 results •
page 1 of 11 •
next >
0
votes
1
answer
141
views
1
answers
... You need to have replicate samples, defined by one or more grouping variables. Please take a look at the example in the qpcrImpute man page:
data(sagmb2011)
tst <- qpcrImpute(sagmb2011, groupVars="sampleType",
outform=c("Single"), batch=NULL, linkglm ...
written 6 months ago by
Matthew McCall • 830
0
votes
1
answer
266
views
1
answers
Answer:
A: HG-U219 vectors for fRMA?
... Hi Sarah,
Unfortunately, precomputed fRMA vectors don't exist for HGU219. You could try making them yourself using the frmaTools package.
Best, Matt
...
written 20 months ago by
Matthew McCall • 830
1
vote
3
answers
731
views
3
answers
... You can use the entrez gene remapped CDFs with frma; however, I’m several versions behind the Brain Array folks. If you look at the version field in the frozen parameter vector object, it will tell you the corresponding alternative CDF version to use.
...
written 21 months ago by
Matthew McCall • 830
1
vote
1
answer
335
views
1
answers
... You would create an R package in the standard way. See for example:
Hadley Wickham's book: http://r-pkgs.had.co.nz/
And the BioC package guidelines: http://bioconductor.org/developers/package-guidelines/
Also any of the current frmavecs packages can serve as a useful template.
...
written 21 months ago by
Matthew McCall • 830
1
vote
1
answer
335
views
1
answers
... The error message is telling you that it is looking for the package version of your cdf and not finding one. This is likely because you created the cdf environment but not a package. makeVectorsAffyBatch wants a package so that it can check that when you run frma on new data it was read in using the ...
written 21 months ago by
Matthew McCall • 830
0
votes
2
answers
540
views
2
answers
... Guido is correct that the bottleneck is manual curation of public data and estimation of the frozen parameter vectors. For newer platforms, there may simply not be enough public data available yet. I aim for 1000 samples across 200 experiments. I do keep a mental tally of requests for frmavectors fo ...
written 21 months ago by
Matthew McCall • 830
0
votes
2
answers
599
views
2
answers
... Please take a look at the example in the qpcrImpute man page:
data(oncogene2013)
tst <- qpcrImpute(oncogene2013, groupVars=c("sampleType","treatment"), outform="Param")
You need to specify which samples are replicates using the groupVars argument.
Matt
...
written 21 months ago by
Matthew McCall • 830
3
votes
1
answer
474
views
1
answers
... Hi Diana,
The first step is to access the data. The GEOquery package provides a way
to do this from within R. Alternatively, you can download the CEL files
from GEO yourself and read them into R using the affy package. This will
produce an AffyBatch object similar to the AffyBatchExample object you ...
written 2.1 years ago by
Matthew McCall • 830
0
votes
1
answer
697
views
1
answers
... You need to have enough genes (and samples) to get a decent estimate of the missing data mechanism. This package is designed for qPCR data (not microarrays). The 3 example data sets included with the package should provide a sense of the size / type of data sets that can be used.
...
written 2.3 years ago by
Matthew McCall • 830
0
votes
1
answer
455
views
1
answers
... As an R novice, I would not recommend undertaking the creation of your own frma vectors. It can be a fairly involved process, especially when you're dealing with a new platform. However, if you decide to proceed, I would start with this paper:
http://www.biomedcentral.com/1471-2105/12/369
And then ...
written 2.5 years ago by
Matthew McCall • 830
Latest awards to Matthew McCall
Student
19 months ago,
asked a question with at least 3 up-votes.
For DESeq fitted values using coefficients vs mu
Centurion
19 months ago,
created 100 posts.
Teacher
2.5 years ago,
created an answer with at least 3 up-votes.
For A: Processing several GSM from GEO database using Barcode and fRMA
Scholar
2.5 years ago,
created an answer that has been accepted.
For A: Strategies for fRMA on custom dataset(s)?
Scholar
3.9 years ago,
created an answer that has been accepted.
For A: Strategies for fRMA on custom dataset(s)?
Scholar
4.9 years ago,
created an answer that has been accepted.
For A: frma vectors for GPL13158 (Affymetrix HT HG-U133+ PM Array Plate)?
Scholar
4.9 years ago,
created an answer that has been accepted.
For A: frma vectors for GPL13158 (Affymetrix HT HG-U133+ PM Array Plate)?
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 217 users visited in the last hour