Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

16 results for “from:Yu, Guangchuang”

[Bioc-devel] commit fail in devel branch
Yu, Guangchuang · Nov 3, 2015 · bioc-devel

Dear all, I found devel branch reject my commit by throwing the following msg: ? clusterProfiler git:(master) svn ci -m 'facet dotplot' svn: E175013: Commit failed (details follow): svn: E175013: Access to '/bioconductor/!svn/me' forbidden There maybe some file...

[Bioc-devel] report package issue to Bioconductor
Yu, Guangchuang · Jan 3, 2017 · bioc-devel

Dear all, Some packages never updated after they publish a paper, and they just ignore bug report. I think we need somewhere, maybe on github, to post code review and Bioconductor core team can take action if maintainer fail to...

[Bioc-devel] badges for Bioconductor package
Yu, Guangchuang · Mar 8, 2017 · bioc-devel

Dear all, I have some simple functions to create badges for using in README or github pages. See ggtree project website <https://guangchuangyu.github.io/ggtree/> and README <https://github.com/GuangchuangYu/ggtree/blob/master/README.md> as examples. I...

[Bioc-devel] notify out-dated branches
Yu, Guangchuang · Jun 8, 2016 · bioc-devel

Dear all, I found many peoples still using (and asking questions of) out-dated branch of Bioconductor packages that are no longer maintained. I think it would be great to have a message notifying them when they are browsing the...

[Bioc-devel] Announcing a new package: ggtree
Yu, Guangchuang · Apr 9, 2015 · bioc-devel

Dear all, My package, ggtree, for visualizing phylogenetic tree will be released in BioC 3.1. It's not a simple tree viewer. The design of this package is to facilitate adding different types of annotation in multiple layers. Internally...

[Bioc-devel] BiocStyle issue
Yu, Guangchuang · Nov 22, 2016 · bioc-devel

Dear all, I recompile my package and it throw the following error when building vignettes: unused arguments (self_contained, lib_dir, output_dir) I search ?opts_knit, and couldn't find these parameters. In ?opts_knit, I find *self.contained...

[Bioc-devel] reproducible with mclapply?
Yu, Guangchuang · Jun 3, 2015 · bioc-devel

Dear all, I have an issue of setting seed value when using parallel package. > library("parallel") > library("digest") > > set.seed(0) > m <- mclapply(1:10, function(x) sample(1:10), + mc.cores=2) > digest(m, 'crc32') [1] "4827c80c" > > set.seed...

[Bioc-devel] commit fail in devel branch
Yu, Guangchuang · Nov 3, 2015 · bioc-devel

Dear Dan, Thank you for your quick reply! It works by specifying my username and password. Bests, Guangchuang On Wed, Nov 4, 2015 at 9:16 AM, Dan Tenenbaum <dtenenba at fredhutch.org> wrote: > > > ----- Original Message ----- > > From: "Yu, Guangchuang" <gcyu...

[Bioc-devel] BiocStyle issue
Yu, Guangchuang · Nov 22, 2016 · bioc-devel

I found the issue was filed by yihui half month ago on github, https://github.com/Bioconductor/BiocStyle/issues/18, and the solution is quite intuitive by removing those un-supported paramters (self_contained, lib_dir, output_dir). Hope it...

[Bioc-devel] reproducible with mclapply?
Yu, Guangchuang · Jun 3, 2015 · bioc-devel

Der Vincent, RNGkind("L'Ecuyer-CMRG") works as using mc.set.seed=FALSE. When mc.cores changes, the output is not reproducible. I think this issue is also of concern within the Bioconductor community as parallel version of permutation test...

[Bioc-devel] annotation data not updated?
Yu, Guangchuang · Nov 2, 2017 · bioc-devel

Dear all, I just upgraded BioC to 3.6 and found that the data source of org.Hs.eg.db and GO.db is still half year ago. I was wondering whether these packages had been updated in current release...

[Bioc-devel] Bioconductor Git/GitHub Mirrors
Yu, Guangchuang · Jun 17, 2015 · bioc-devel

Dear Dan, I update my package GOSemSim(https://github.com/GuangchuangYu/GOSemSim), with the following steps: 1. delete the git-svn-bridge 1. bash /path/to/update_remotes.sh 2. git checkout devel 3. git checkout master 4. git merge...

[Bioc-devel] reproducible with mclapply?
Yu, Guangchuang · Jun 3, 2015 · bioc-devel

There is one possible solution posted in http://stackoverflow.com/questions/30610375/how-to-run-permutations-using-mclapply-in-a-reproducible-way-regardless-of-numbe/30627984#30627984 . As Kasper suggested, it's not a proper way to use set.seed...

[Bioc-devel] Bioconductor Git/GitHub Mirrors
Yu, Guangchuang · Jun 22, 2015 · bioc-devel

Dear Dan, I am talking about the DOSE package, not GOSemSim. FYI, I have figured out how to commit to Bioc svn via the following command: git checkout devel rm -rf .git/rebase-apply git reset --hard 418b1dd git svn...

[Bioc-devel] Bioconductor Git/GitHub Mirrors
Yu, Guangchuang · Jun 22, 2015 · bioc-devel

Dear Dan, Thanks for your information. I have successfully commit to Bioc svn via github yesterday, see https://github.com/Bioconductor-mirror/DOSE/commits/master. Today I modify some code, and push it to github. But when I try to...

[Bioc-devel] notify out-dated branches
Yu, Guangchuang · Jun 12, 2016 · bioc-devel

Dear Dan, Thanks for the update, this is really helpful. I think many users are new to R and they just google search their issue and find out a Bioconductor package may solve their issue. The problem is the landing...

Can't find what you're looking for? Try searching with Google .