Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DEGseq error

    Hi,

    I try to use DEGseq to process my miRNA data which only have *.fasta file.

    I used bowtie to alignment my 1.fa.txt and 2.fa.txt to the contigs.fa, then use convert2bed transform my *.sam files to *.bed files.

    I made the refFlat file of miRNAs in planarian Schmidtea midterranea shown as refFlatmiR_smed.

    Any suggestions are appreciated!

    Li




    > kidneyR1L1 <- system.file("extdata", "contigs_1.bed.txt", package="DEGseq")
    > liverR1L2 <- system.file("extdata", "contigs_2.bed.txt", package="DEGseq")
    > refFlat <- system.file("extdata", "refFlatmiR_smed", package="DEGseq")
    > mapResultBatch1 <- c(kidneyR1L1)
    > mapResultBatch2 <- c(liverR1L2)
    > outputDir <- file.path(tempdir(), "DEGseqExample")
    > DEGseq(mapResultBatch1, mapResultBatch2, fileFormat="bed", refFlat=refFlat, outputDir=outputDir, method="LRT")
    Please wait...

    mapResultBatch1:
    /home/li/R/x86_64-pc-linux-gnu-library/2.15/DEGseq/extdata/contigs_1.bed.txt
    mapResultBatch2:
    /home/li/R/x86_64-pc-linux-gnu-library/2.15/DEGseq/extdata/contigs_2.bed.txt
    file format: bed
    refFlat: /home/li/R/x86_64-pc-linux-gnu-library/2.15/DEGseq/extdata/refFlatmiR_smed
    Ignore the strand information when count the reads mapped to genes!
    Count the number of reads mapped to each gene ...
    This will take several minutes, please wait patiently!
    Please wait...

    SampleFiles:
    /home/li/R/x86_64-pc-linux-gnu-library/2.15/DEGseq/extdata/contigs_1.bed.txt
    Count the number of reads mapped to each gene.
    This will take several minutes.
    Please wait ...

    *** caught segfault ***
    address 0xfffffffffffffff8, cause 'memory not mapped'

    Traceback:
    1: .C(".getGeneExp", as.character(refFlat), as.character(mapResultBatch), as.integer(length(mapResultBatch)), as.character(output), as.character(fileFormat), as.integer(readLength), as.integer(needStrand), as.numeric(min.overlapPercent))
    2: getGeneExp(mapResultBatch1, fileFormat, readLength, strandInfo, refFlat, GeneExp1)
    3: DEGseq(mapResultBatch1, mapResultBatch2, fileFormat = "bed", refFlat = refFlat, outputDir = outputDir, method = "LRT")

    Possible actions:
    1: abort (with core dump, if enabled)
    2: normal R exit
    3: exit R without saving workspace
    4: exit R saving workspace
    Selection:
    Attached Files

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-29-2024, 10:49 AM
0 responses
25 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-25-2024, 11:49 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X