Giter Club home page Giter Club logo

Comments (6)

robinweide avatar robinweide commented on June 12, 2024

Hi,

Could you please add the code you used?

I'm thinking that you directly copied this code from the vignette:

reference_hg19_PB = makeIndex(indexPath = '../premadeReferences/',
                         bsgenome = BSgenome.Hsapiens.UCSC.hg19,
                         ITR = 'PiggyBac',
                         targetInsertionSite = 'TTAA', verbose = T)

Can you confirm that there is a folder called premadeReferences at the right place? Try this:

dir.exists('../premadeReferences/')

from tagmeppr.

PankajChaturvedi81 avatar PankajChaturvedi81 commented on June 12, 2024

Yes, I copied the code from the vignette assuming that the imported library ("BSgenome.Hsapiens.UCSC.hg19") would have a premadeReferences folder.
dir.exists('../premadeReferences/') shows that there is no such folder.

from tagmeppr.

robinweide avatar robinweide commented on June 12, 2024

I see. If you are in your preferred working directory (you can test this with getwd()), you can easily make the other directory with dir.create("premadeReferences") as a subdirectory of the one you are in now.

from tagmeppr.

robinweide avatar robinweide commented on June 12, 2024

I assume that you have BWA installed.

from tagmeppr.

PankajChaturvedi81 avatar PankajChaturvedi81 commented on June 12, 2024

Thanks,
I was able to map insertions in a mouse ES cell clone of our interest using the code. Will it be possible to continue this thread or a new thread of discussion on these two issues:

  1. using a different p value as a cut-off?
  2. using T2T genome assembly for aligning human genome reads? The "BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0" version needs R "4.2", but tagmeppr is not availble for this R version 4.2.

from tagmeppr.

robinweide avatar robinweide commented on June 12, 2024

Great to hear. Yes, please make new issues for those two questions.

from tagmeppr.

Related Issues (9)

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.