Please advice on the Best video/tutorial on inSilicoMerging package in Bioconductor
Any advice on the Best video/tutorial on inSilicoMerging package in Bioconductor to merge Affymetrix datasets?
bioconductor
• 2,118 views
•
link
updated
by
Ram
•
written
by
ira_grich •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Merged analysis of microarray datasets using R
written by ruth •I want to merge three Affymetrix datasets (GSE189788, GSE141804, GSE21942) and perform a combined data analysis to identify DEGs. Kindly suggest an R library package …
-
Merging series matrix files
written by ghataksoumyakanti •Hi, I have four sets of microarray data that I was trying to merge into 1.I was doing so by using the R function inSilicoMerging. …
-
R package for cross-platform meta analysis
written by BioLite •I want to run a meta-analysis with some GEO datasets from several different platforms, including GPL257(NCI_UniGEM2_HCC), GPL25507(NanoString cancer immune panel v1.1 + 6 custom genes), …
-
Galaxy tutorial on rnaseq
written by kudzu •Hi, could you recommend any newest video on how to use galaxy workflow on rnaseq using usegalaxy? There are couple video already in youtube and …
-
How can i use my own data set in an existing github code using R language
written by Tano •I have found a package in R similar to my work in Github .How can i use my data set instead of their data set …
-
design matrix for dge
written by 1234anjalianjali1234 •I am doing Cross-platform normalization and network-based data analysis of gene expression data to find out potential biomarker of cancer .I have merged 3 datasets …
-
How to further process inSilicoMerging data in R?
written by blubb1 •<p>I'm working on a microarray analysis using R/bioconductor (oligo package). I need to merge two datasets (affymetrix pd.hta.2.0.st and pd.hugene.2.0.st) and did this using inSilicoMerging. …
-
Adding a variable as a varlabel to my dataset
written by Shamim SarhadiI have 2 gene expression and after merging them with insilicomerging package I want to drow a MDSplot but it needs that my dataset has …
-
Error in (function (classes, fdef, mtable): unable to find an inherited method for function ‘annota…
written by ira_grich •<p>INSILICOMERGING: Run with no additional merging technique...</p> <p>Error in (function (classes, fdef, mtable): unable to find an inherited method for <strong>function ‘annotation’</strong> for signature ‘"character"</p>
-
INSILICOMERGING: Error in (function (classes, fdef, mtable)
written by ira_grich •Hi , I am using Bioconductor/R and `inSilicoMerging` package. I got an error message: INSILICOMERGING: Run with no additional merging technique... **Error in (function (classes, …
The vignette available from the package landing page or within R
vignette(package="inSilicoMerging")?Yes. By using
browseVignettes(package="inSilicoMerging"). But it gives you PDF and R code - no real tutorial/lecture...