Entering edit mode
4.4 years ago
yiluheihei
▴
30
Hi, there
I'm developing a R package for microbiome marker discovery named microbiomeMarker, and the algorithm from lefse and stamp have been integrated to this package.
You can try it out today, if you want run lefse analysis in R. microbiomeMarker is still a newborn, so there may be bugs.
Thanks. Any suggestions and contribution will be highly appreciated.
I am running lefse using microbiomeMarker and it's taking forever (2 full days days so far). Is this expected? I am working with 140 samples with about 6000 species, and samples are in 5 clusters.
Maybe you should have left it at
it's taking forever
. When you add2 full days days so far
, it most definitely does not feel like forever, especially for 6000 species.Oh, so you're saying this is normal? If yes, that's good news. There is no progress bar, and I have no way of knowing whether it's going to take 3 days or 30 days. Do you have any experience in this? How long is expected?
I don't know how long your analysis will take, but equating 2 days to forever struck me as a bit impatient. You may want to try it on a smaller number of species to make sure everything works, and potentially to read this discussion.
Thank you for the useful link. I will try at a higher taxonomic level.
The user is always right. Analyses that are expected to take a long time often have multithreading and memory cap options. They produce logs, usually displayed live to indicate progress. Documentation often warns of particular options known to take a long time (e.g. "use_heuristics=T (very slow)"). Without any of these features, the user of an interactive R session will start asking questions.
Hi, thank you so much for the nice package.
I have an error in the package. It's not like an error.
I have a phyloseq object
When I normalized the physeq object by using the following code,
Unfortunately, there was no change in the OTU table, or there was no transformation that occured.
CSS, TMM, RLE not working here.
is there any suggession?