Suma Tiruvayipati
Research feels like a form a meditation. It feels like every question already has answers. A blog with the thought process processing.... Troubleshooting Learning!!!
Monday, 17 March 2025
Wednesday, 28 February 2018
PCR product sequencing savior
So this link has really helped me when I stuck with interpreting what the "N" were in my PCR product sequencing result. Thank you very much <3
https://seqcore.brcf.med.umich.edu/sites/default/files/html/interpret.html
I literally planned to run another PCR with high fidelity polymerase
My PCR product was some mutation in the human genomic DNA, my template was the same and the mutation was hetergeneous.
I just went back to my chromatograms and yo! done confirmed my base :)
https://seqcore.brcf.med.umich.edu/sites/default/files/html/interpret.html
I literally planned to run another PCR with high fidelity polymerase
My PCR product was some mutation in the human genomic DNA, my template was the same and the mutation was hetergeneous.
I just went back to my chromatograms and yo! done confirmed my base :)
Tuesday, 20 February 2018
TPP_5.1.0-src - make install - error
https://groups.google.com/forum/#!topic/spctools-discuss/G51KeZSq9P8
https://groups.google.com/forum/#!topic/spctools-discuss/o3sqfB1_QEs
> Error in finding FindBin::libs module perl
install through cpan
cpan
install FindBin::libs
> Check PERL modules for installation and in case problem with .pm file location move them to the default detection of lib/perl
https://www.mail-archive.com/search?l=spctools-discuss@googlegroups.com&q=subject:%22Re%5C%3A+%5C%5Bspctools%5C-discuss%5C%5D+tpp_gui.pl%5C%3A+Error%5C%3A+invoking+tpp_hostname+to+look+up+installation+property+%27HomePath%5C%21%27%22&o=newest&f=1
> Run TPP as sudo
Run any command from /usr/local/tpp/bin
https://groups.google.com/forum/#!topic/spctools-discuss/o3sqfB1_QEs
> Error in finding FindBin::libs module perl
install through cpan
cpan
install FindBin::libs
> Check PERL modules for installation and in case problem with .pm file location move them to the default detection of lib/perl
https://www.mail-archive.com/search?l=spctools-discuss@googlegroups.com&q=subject:%22Re%5C%3A+%5C%5Bspctools%5C-discuss%5C%5D+tpp_gui.pl%5C%3A+Error%5C%3A+invoking+tpp_hostname+to+look+up+installation+property+%27HomePath%5C%21%27%22&o=newest&f=1
> Run TPP as sudo
Run any command from /usr/local/tpp/bin
Tuesday, 16 January 2018
Problem running 32-bit tools on WINE _ LINUX Ubuntu
Courtesy/Reference : https://linux-tips.com/t/couldnt-run-64-bit-programs-with-wine/320
This helps
This helps
$ WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg
$ WINEPREFIX=~/.wine64 wine app.exe
Friday, 1 December 2017
Wednesday, 21 June 2017
ERROR running Cuffnorm??
Error in file /home/lucyj541/tsuma/miRNA/rRNA/C/abundances.cxb: reconstituted expression bundle chr1:62078785-62078859 (1 transcripts) does not match GTF (2 transcripts):
Reconstituted:
ENST00000364622.1
GTF:
ENST00000584654.1
ENST00000636415.1
pure virtual method called
pure virtual method called
terminate called without an active exception
Solution: Check if you have given the right .GTF file
Reconstituted:
ENST00000364622.1
GTF:
ENST00000584654.1
ENST00000636415.1
pure virtual method called
pure virtual method called
terminate called without an active exception
Solution: Check if you have given the right .GTF file
Thursday, 25 May 2017
Problem copying figures & tab limited files out of R
To copy a figure
>dev.copy(pdf,"xxx.pdf")
>dev.off()
the pdf can be modified for any other formats too (png, bmp, jpg)
To copy/write table
write.table(file_name,"/PATH/TO/OUTPUT/file.txt",sep="\t")
>dev.copy(pdf,"xxx.pdf")
>dev.off()
the pdf can be modified for any other formats too (png, bmp, jpg)
To copy/write table
write.table(file_name,"/PATH/TO/OUTPUT/file.txt",sep="\t")
Subscribe to:
Comments (Atom)
-
Error in file /home/lucyj541/tsuma/miRNA/rRNA/C/abundances.cxb: reconstituted expression bundle chr1:62078785-62078859 (1 transcripts) doe...
-
just use sudo nautilus courtesy link: https://askubuntu.com/questions/500642/ctrl-l-not-working-on-nautilus/500761
