-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash problem #1
Comments
Hi! |
Hi!
I tried the example data from the package. It works well.
the memory is enough. I can load my bamfiles, but when start the readCounts, it is stopped after a while. There are only 6 bamfiles.
Best regards
Renhua
At 2018-02-19 16:46:16, "Estefania Mancini" <notifications@github.com> wrote:
Hi!
How many memory do you have? How many BAMs are you overlapping with your features object?
Did you try with the "toy" dataset, as explained in the vignette/help?
Thanks in advance!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Renhua, |
Hello, I encounter the same issue. I originally work on my local machine but when I used readCounts I had :
I have 4 bam files and I am currently working on the mm10 genome. When I tried to overlap only 1 bam file (as suggested) I have these errors :
And on the Ubuntu server :
I am using : ASpli_1.8.1 and GenomicFeatures_1.34.3. What can I do to overcome this issue ? Best, |
Hi all, thanks for the comments and really sorry for the inconvenience. |
Hi estepi,
Read summarization by gene completed Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Thanks a lot ! |
Hi, thanks for your comment. Maybe memory is not enough. I used to work with more 64Gb. |
Ah, 64gb of ram will be hard to find in my lab. I will try with 1, thanks !
Otherwise, I will try with 32gb computer... thanks !
Le mer. 27 mars 2019 à 11:57, Estefania Mancini <notifications@github.com>
a écrit :
… Hi, thanks for your comment. Maybe memory is not enough. I used to work
with more 64Gb.
The problem arises at the step of overall summarization of junctions,
which is a high demanding step.We know and we are trying to fix it.
Are you able to run readCounts in 1 bam ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AtTU7lZVbLpT-b5loAaZsNPyobryziCpks5va06xgaJpZM4SJ5wI>
.
|
Hi again Estefania,
I reset the memory limit of R and it seems to work
counts <- readCounts(features, bam, targets, cores = 2, readLength = 51L,
maxISize = 50000, minAnchor = 10 )
Read summarization by gene completed
Read summarization by bin completed
Read summarization by ei1 region completed
Read summarization by ie2 region completed
Junction summarization completed
but then, i tried to follow the workflow :
GeneCounts <- countsg(counts)
GeneRd <- rdsg(counts)
BinCounts <- countsb(counts)
BinRd <- rdsb(counts)
JunctionCounts <- countsj(counts)
writeCounts(counts=counts, output.dir = "partial_results_p30")
writeRds(counts=counts, output.dir = "partial_results_p30")
e1iCounts <- countse1i(counts)
ie2Counts <- countsie2(counts)
View(JunctionCounts)
View(targets)
View(e1iCounts)
View(counts)
as <- AsDiscover( counts, targets, features, bam, readLength=51L,
+ threshold = 5)
Error in matrix(unlist(strsplit(jnames, "[.]")), byrow = TRUE, ncol = 3) :
'data' doit être de type vecteur, il était 'NULL'
so the AsDiscover won't work. and there is no data in junctionCounts (it
says 0 obs of 12 variables)
Do you think there is something to do ? thanks
Le mer. 27 mars 2019 à 12:08, David Benacom <david.benacom@gmail.com> a
écrit :
… Ah, 64gb of ram will be hard to find in my lab. I will try with 1, thanks
! Otherwise, I will try with 32gb computer... thanks !
Le mer. 27 mars 2019 à 11:57, Estefania Mancini ***@***.***>
a écrit :
> Hi, thanks for your comment. Maybe memory is not enough. I used to work
> with more 64Gb.
> The problem arises at the step of overall summarization of junctions,
> which is a high demanding step.We know and we are trying to fix it.
> Are you able to run readCounts in 1 bam ?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AtTU7lZVbLpT-b5loAaZsNPyobryziCpks5va06xgaJpZM4SJ5wI>
> .
>
|
Hi! Great! (at least 1 issue solved :P ) In the meantime you can export your counts and start analyzing with many tools. Thanks! |
It is preprocessed data from a genomic facility(2013), so I don't know how
they analyzed it ! I will look it up. My goal is really to perform splicing
analysis, since the genomic facility already did all the differential
analysis etc. But I still have the original fastq, maybe I can try to
perform myself the alignement & mapping ? In this case do you have a
program that works well ?
In an other hand, do you know the origin of the matrix error ?
Thanks,
David
Le mer. 27 mars 2019 à 17:26, Estefania Mancini <notifications@github.com>
a écrit :
… Hi! Great! (at least 1 issue solved :P ) In the meantime you can export
your counts and start analyzing with many tools.
I'm curious about which aligner did you use. It is a "splice aware
aligner"? Do you have "junctions" in your BAM? You can check with samtools
or visually with a sashimi plot. Let me know
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AtTU7rC_XO8mQMWs6Kf_efAWZIZYjfSaks5va5vJgaJpZM4SJ5wI>
.
|
First, just check if you have junctions in your BAMs. Use simple sashimi plot in one of your BAM, your preferred gene. If dont, for the analysis of alternatitve splicing you should re align, yes. |
Hi estefania,
i'm currently trying to re align the reads following your advice.
I'm at the mapping step. do you have any special parameters that are
required for Aspli ?
I'm using :
./STAR --runThreadN 1
--genomeDir ~/Genome_anno
--readFilesIn ~/Downloads/reads_p30++1.fastq
--outFilterType BySJout
--outFilterMultimapNmax 20
--alignSJoverhangMin 8
--alignSJDBoverhangMin 1
--alignIntronMin 20
--alignIntronMax 1000000
--alignMatesGapMax 1000000
--outSAMattributes Standard
--outSAMunmapped Within
--outSAMtype BAM SortedByCoordinate
Le mer. 27 mars 2019 à 17:40, Estefania Mancini <notifications@github.com>
a écrit :
… First, just check if you have junctions in your BAMs. Use simple sashimi
plot in one of your BAM, your preferred gene. If dont, for the analysis of
alternatitve splicing you should re align, yes.
I use STAR
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AtTU7sbQYmuhqV_7eGmPf3_uaswLOfeRks5va57xgaJpZM4SJ5wI>
.
|
Hi, Im sorry for the delay. --outFilterType BySJout OK |
Hi again Estefania :)
Thanks for your STAR settings, it worked well and now I have junctions in
my bam files ! It is already great.
For your program, i get this error at asdiscover just after readcounts
Error in data.frame(matrix(unlist(strsplit(jnames, "[.]")), byrow = TRUE,
:
row names supplied are of the wrong length
De plus : Warning message:
In matrix(unlist(strsplit(jnames, "[.]")), byrow = TRUE, ncol = 3) :
la longueur des données [584270] n'est pas un diviseur ni un multiple du
nombre de lignes [194757]
Indeed, I changed the name of CT / Mut for the name of my conditions. Maybe
it is the problem ?
Thanks again,
David
Le jeu. 4 avr. 2019 à 13:38, Estefania Mancini <notifications@github.com> a
écrit :
… Hi, Im sorry for the delay.
here are my parameters, I put OK if they are the same, in other case, I
put my values:
--outFilterType BySJout OK
--outFilterMultimapNmax 20 OK
--alignSJoverhangMin 8 OK
--alignSJDBoverhangMin 1 -> 5
--alignIntronMin 20 OK
--alignIntronMax 1000000 OK
--alignMatesGapMax 1000000 Ok
--outSAMattributes Standard OK
--outSAMunmapped Within Ok
--outSAMtype BAM SortedByCoordinate OK
cheers
Estefi
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AtTU7rlDlx1paYwpvJLKENbf4FDtTWsFks5vdeQ_gaJpZM4SJ5wI>
.
|
Hi: Hope it will help, |
Hi all. -Can you confirm you have junctions in your bam? I see your reads are 50pb. I never did an alignment with reads shorter than 100. Which aligner did you use and against which file? -Can you repeat this command, using this notation: counts <- readCounts(features, bams[1], cores = 1, readLength = 50, maxISize = 50000) (I changed bam[[1]] by bam[1]) Did you run the example code? Thanks in advance |
The example code works well. For my situation, I did 75bp paired-end sequencing so in my command the readLength =75. I used STAR to align my fastq files using mm10 reference genome from illunima website (https://support.illumina.com/sequencing/sequencing_software/igenome.html) Thanks, |
When I started to run the function counts<-readCounts(features,bam,targets,readLength=100L,maxISize=50000). After a few minutes, the R session was abnormally terminated due to unexpected crash. Did you know how to solve this problem?
sessionInfo():
R version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS
Matrix products: default
BLAS: /usr/lib/atlas-base/atlas/libblas.so.3.0
LAPACK: /usr/lib/atlas-base/atlas/liblapack.so.3.0
locale:
[1] LC_CTYPE=en_AU.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_AU.UTF-8 LC_COLLATE=en_AU.UTF-8
[5] LC_MONETARY=en_AU.UTF-8 LC_MESSAGES=en_AU.UTF-8
[7] LC_PAPER=en_AU.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.2 tools_3.4.2
The text was updated successfully, but these errors were encountered: