AlexandrovLab / SigProfilerExtractorR

An R wrapper for SigProfilerExtractor that allows de novo extraction of mutational signatures from data generated in a matrix format. The tool identifies the number of operative mutational signatures, their activities in each sample, and the probability for each signature to cause a specific mutation type in a cancer sample. The tool makes use of SigProfilerMatrixGenerator and SigProfilerPlotting.
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

ModuleNotFoundError: No module named 'SigProfilerExtractor' #8

Closed tdelhomme closed 2 years ago

tdelhomme commented 2 years ago

This is not an issue per se but I think someone else would probably look at here to find a solution. It seems there is a typo in the readme:

pip install sigproextractor

this should be:

pip install SigProfilerExtractor

otherwise then there is an error in R, python does not find the correct package.

Thanks!

marcos-diazg commented 2 years ago

This was indeed a typo, and it's corrected now. Thanks so much for pointing this out!