Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • paumarc
    Member
    • Feb 2015
    • 11

    Rapidr invalid class “SummarizedExperiment”

    Hello everybody,

    I am trying to set up a pipeline to aneuploidy prenatal diagnostic. In order to perform the analysis, I am using rapidR.

    To create a binned bound file from BAM's, I do;

    makeBinnedCountsFile(bam.file.list = c("trisomie_sorted.bam"),sampleIDs = c("SRR611850"), binned.counts.fname = output.fname, k = 20000)

    first would like to know what is the parameter ki, at the manual it is defined ask is the bin size, default is 20000 kb, is it the size of the bam file (binary) in kb?

    When I execute the command above I got the following error:

    > makeBinnedCountsFile(bam.file.list = c("trisomie_sorted.bam"),sampleIDs = c("SRR611850"), binned.counts.fname = output.fname, k = 20000)
    Binning counts in bam files
    doing the binning
    Error in validObject(.Object) :
    invalid class “SummarizedExperiment” object: 'rowRanges' length differs from 'assays' nrow

    Can anybody tell me how to deal with it? There is some tutorial (with bam files included) to learn how to use RapidR?

    thanks


    > sessionInfo()
    R version 3.2.2 (2015-08-14)
    Platform: x86_64-pc-linux-gnu (64-bit)
    Running under: Ubuntu 14.04.3 LTS

    locale:
    [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
    [3] LC_TIME=hr_HR.UTF-8 LC_COLLATE=en_US.UTF-8
    [5] LC_MONETARY=hr_HR.UTF-8 LC_MESSAGES=en_US.UTF-8
    [7] LC_PAPER=hr_HR.UTF-8 LC_NAME=C
    [9] LC_ADDRESS=C LC_TELEPHONE=C
    [11] LC_MEASUREMENT=hr_HR.UTF-8 LC_IDENTIFICATION=C

    attached base packages:
    [1] stats4 parallel stats graphics grDevices utils datasets
    [8] methods base

    other attached packages:
    [1] BSgenome.Hsapiens.UCSC.hg19_1.4.0 BSgenome_1.36.3
    [3] rtracklayer_1.28.10 Biostrings_2.36.4
    [5] XVector_0.8.0 GenomicRanges_1.20.6
    [7] GenomeInfoDb_1.4.2 IRanges_2.2.7
    [9] S4Vectors_0.6.5 BiocGenerics_0.14.0
    [11] RAPIDR_0.1.1

    loaded via a namespace (and not attached):
    [1] Rcpp_0.12.1 magrittr_1.5 zlibbioc_1.14.0
    [4] GenomicAlignments_1.4.1 BiocParallel_1.2.21 stringr_1.0.0
    [7] plyr_1.8.3 tools_3.2.2 data.table_1.9.4
    [10] lambda.r_1.1.7 futile.logger_1.4.1 reshape2_1.4.1
    [13] PropCIs_0.2-5 futile.options_1.0.0 bitops_1.0-6
    [16] RCurl_1.95-4.7 stringi_0.5-5 Rsamtools_1.20.4
    [19] XML_3.98-1.3 chron_2.3-47
    >
  • Manonathan
    Junior Member
    • Apr 2015
    • 6

    #2
    Rapidr

    Hi,
    Use this command
    makeBinnedCountsFile(c("trisomie_sorted.bam"), c("SRR611850"), 'output.fname', k = 20000)
    Before running the command please index bam file and keep the index(.bai)
    in the same folder.

    Comment

    • paumarc
      Member
      • Feb 2015
      • 11

      #3
      thanks for your help

      pau

      Comment

      • Greeshma Thulasi
        Junior Member
        • Oct 2017
        • 2

        #4
        Hi,
        I think this is very late in this discussion!
        I am confused that, our reference set should be of known samples, which requires normal as well as abnormal samples?

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


          Here are nine questions we think about, in roughly the order they matter, before...
          Yesterday, 07:11 AM
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM
        • SEQadmin2
          Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
          by SEQadmin2


          With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


          Introduction

          Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
          05-22-2026, 06:42 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        17 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        43 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        49 views
        0 reactions
        Last Post SEQadmin2  
        Working...