[R] [R-pkgs] New Release: package replacer_v.1.0.0

2021-08-22 Thread DB
"replacer v.1.0.0" new package submission "replacer" is a value replacement utility currently based on the powerful package "data.table", available on CRAN. This utility is purposed for outside-database update of datasets. It is accessible to beginners to `R` and facilitates complex dataset upda

[R] Dynamic Creation and Use of Object Names

2021-08-22 Thread Dr Eberhard Lisse
Hi, I have a function PICTURE() and do something like COUNTRY = 'Namibia' NAKURVE = PICTURE(COUNTRY) NAKURVE ggsave(paste0(tolower(COUNTRY),".png"), width = 16, height = 9) COUNTRY = ('Germany') DEKURVE = PICTURE(COUNTRY) DEKURVE g

Re: [R] Find "undirected" duplicates in a tibble

2021-08-22 Thread Kimmo Elo
Hi! Thank you very much for the fascinating solutions. Nice to learn different approaches. All solutions seem to work with text data as well. @Gabor (who suggested the 'igraph' package): yes, I am familiar with 'igraph' and the solution suggested by you works fine, too. Since I need this kind of

Re: [R] Differential Gene Expression in R

2021-08-22 Thread Anas Jamshed
EdgeR in Galaxy requires factor, group, and contrast so what should I do? On Mon, Aug 23, 2021 at 12:09 AM Matthew McCormack < mccorm...@molbio.mgh.harvard.edu> wrote: >You can look into the edgeR vignette. To get the vignette type > 'vignette("edgeR")' in the R command line. Also, just type

Re: [R] Differential Gene Expression in R

2021-08-22 Thread Matthew McCormack
  You can look into the edgeR vignette. To get the vignette type 'vignette("edgeR")' in the R command line. Also, just type 'vignette()' and R will list all the vignette's for your loaded packages.  Vignettes often have a model analysis that you can follow along and try to adjust to your specif

[R] Differential Gene Expression in R

2021-08-22 Thread Anas Jamshed
I have downloaded data from: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE162562&fbclid=IwAR0iZQhttG8HzGhFIIMWbFgNszQrVDgiyVChYzQ_ypCx_d-1pn_tm7STjGs and now I want to compare: healthy vs Mild healthy vs Highly exposed seronegative (ishgl) Healthy vs Asymptomatic covid19 patient healthy