Giter Club home page Giter Club logo

Comments (3)

AMChalkie avatar AMChalkie commented on September 4, 2024

When running
run_sgrna_quant(FASTA, df_design, sg2gene)
I see this comment: 4 sgRNA sequences were repetitive and will be discarded.

Final Mappability: 88.2023%
Parsed with column specification:
cols(
PZP_1 = col_character(),
PZP = col_character()
)
Error: by can't contain join column id which is missing from LHS
Run rlang::last_error() to see where the error occurred.

rlang::last_error()
<error/rlang_error>
by can't contain join column id which is missing from LHS
Backtrace:

  1. CB2::run_sgrna_quant(...)
  2. dplyr:::left_join.tbl_df(df_map, df_count, by = "id")
  3. dplyr:::common_by.character(by, x, y)
  4. dplyr:::common_by.list(by, x, y)
  5. dplyr:::bad_args(...)
  6. dplyr:::glubort(fmt_args(args), ..., .envir = .envir)
    Run rlang::last_trace() to see the full context.

When running: (with duplicates)
run_sgrna_quant(FASTA, df_design)

run_sgrna_quant(FASTA, df_design)

I get
Error in data.frame(sgRNA = quant_ret$sgRNA, sequence = quant_ret$sequence) :
arguments imply differing number of rows: 79633, 79637

traceback()
3: stop(gettextf("arguments imply differing number of rows: %s",
paste(unique(nrows), collapse = ", ")), domain = NA)
2: data.frame(sgRNA = quant_ret$sgRNA, sequence = quant_ret$sequence)
1: run_sgrna_quant(LIBRARY_FASTA, df_design)

from cb2.

hyunhwan-jeong avatar hyunhwan-jeong commented on September 4, 2024

from cb2.

AMChalkie avatar AMChalkie commented on September 4, 2024

Here you go:
broadgpp_brie_crispr_library.fasta.gz

from cb2.

Related Issues (20)

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.