Coder Social home page Coder Social logo

Comments (5)

ebergstr avatar ebergstr commented on June 11, 2024

Hi,

Can you provide additional information on your project (i.e. average number of indels per sample)? Can you also provide the list of parameters that you are using to run the simulator?

Best

from sigprofilerclusters.

YingYa avatar YingYa commented on June 11, 2024

Hi,

Average number of indels per sample is about 36000 (from 50 to 345000).

Parameters for simulator:
sigSim.SigProfilerSimulator(project=project, project_path=project_path, genome=GRCh38, contexts=ID, exome=False, simulations=100,
updating=False, bed_file=None, overlap=False, gender=female, seqInfo=False, chrom_based=True, seed_file=None,
spacing=1, noisePoisson=False, noiseUniform=0, cushion=100, region=None, vcf=False, mask=None)

Best

from sigprofilerclusters.

ebergstr avatar ebergstr commented on June 11, 2024

Hi,

We have not benchmarked against samples with this high of indel TMB, so the simulator is likely struggling to complete many of the high TMB samples. Within PCAWG, we have on average ~1,400 indels per sample with maximum of ~137,000, which should run through without any problems. However, if you also have a large number of samples, I would recommend batching your project into multiple jobs. With projects containing more than 500 samples, we typically simulate across batches to manually speed up the process.

Best

from sigprofilerclusters.

YingYa avatar YingYa commented on June 11, 2024

Hi,

Thanks for your suggestion.

You mean I could batching my project into multiple simulator jobs firstly, then run cluster separately or use the merged simulator results to run cluster?

Best

from sigprofilerclusters.

ebergstr avatar ebergstr commented on June 11, 2024

Correct, we typically:
1) Separate the samples into smaller project sizes.
2) Run simulator on each batch
3) Run clusters on each batch.

This should help speed up the process and/or locate problematic samples easier.

Best

from sigprofilerclusters.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.