search for: thapar

Displaying 12 results from an estimated 12 matches for "thapar".

Did you mean: thakar
2009 Dec 30
1
Factor and Level Issue
...;t")} it replaces all the values in the sequence with "a" only. So all columns become "a". How do I fix this so that the columns retain their original values but still have 4 levels ie. a,c,g,t. Thanks a lot for your help, Vishal On Sat, Dec 26, 2009 at 10:39 AM, Vishal Thapar <vishalthapar@gmail.com>wrote: > Hi David, > > Thank you so much for the pointer. I get it now. I did try the > str(testSeq_df) and since it gave me more than 2 factors for each column, I > believed that it was fine. I get the point clearly now. Thanks again for all > your...
2011 May 24
1
anyone using LARS package in R
...ot;Lars" package in R before? If so, is there any tutorial (not manual) or worked out example online for this R package that one can go through to figure out how one can use this package with lasso regression? I appreciate any help I can get in this direction. Sincerely, Vishal -- *Vishal Thapar, Ph.D.* *Scientific informatics Analyst Cold Spring Harbor Lab Quick Bldg, Lowe Lab 1 Bungtown Road Cold Spring Harbor, NY - 11724* [[alternative HTML version deleted]]
2009 Aug 05
8
Tuning the performance of Samba over LAN network to improve I/O performance
Hello friends, I am trying to test NAS I/O performance over a network and trying to see the numbers for write and read speed. I have successfully configured and ran a lot of tests. However the numbers have not increased, I have reached a bottleneck. I tried playing around with the smb.conf file including all possible variations like, socket options = TCP_NODELAY SO_RCVBUF=(tried values like
2012 Nov 13
1
[LLVMdev] Inserting pthread_create call into sequential code
...ction("pthread_create"), since the function might not be there in IR and then insert function calls to these functions. So, crux is how do i call pthread function calls into LLVM IR for a sequential program. Pardon me for such a basic doubt as I am a novice in llvm yet. Regards, Pankit Thapar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/4e7f02ae/attachment.html>
2011 Jul 30
2
NAN problem
Hi All, Did anyone else have a problem like this? I am sorry if its a small issue, I seem to not understand what to do to get rid of this error. > Sigma [1] 0.1939025 > MuRest [1] 8.512772 > TauZero [1] 0.1 > curve(qlnorm(x,-TauZero+MuRest, Sigma,lower.tail=F), xlim=c(4000,9000), ylim=c(0,.99),xlab="", ylab="") Warning message: In qlnorm(p, meanlog, sdlog,
2009 Dec 25
2
Help with SVM package Kernlab
Hi useR's, I am resending this request since I got no response for my last post and I am new to the list so pardon me if I am violating the protocol. I am trying to use the "Kernlab" package for training and prediction using SVM's. I am getting the following error when I am trying to use the predict function: > predictSvm = predict(modelforSVM, testSeq); Error in
2010 Dec 09
1
Statistics of count data for differential expression
Hi All, This is more of a general statistics question that I am not so sure about so I need some thoughts from you experts out there. I have Chip-Seq read count data for 2 different treatments (T1 and T2) and my final aim is to calculate differential expression between them. I also have Chip-Seq read count data from a "control / wild type (C)" experiment. I have 3 replicates (2
2009 Dec 24
0
Error with Package "Kernlab" for SVM prediction
...oss = 3, prob.model = TRUE) The testSeq is a vector of 500 characters casted as a data.frame. I tried adding the Class column as well later to the testSeq data frame but got the same error. I am using R with windows, 32 bit, version 2.9.0 Any help is much appreciated. Thanks, Vishal -- Vishal Thapar, Ph.D. Post Doctoral Researcher Cold Spring Harbor Lab Williams Bldg 1 Bungtown Road Cold Spring Harbor, NY - 11724 [[alternative HTML version deleted]]
2016 Mar 10
0
Query regarding Xapian-Matcher Optimisation Project, GSOC-2016
...3) It will take me a little time to understand the Xapian?s code and optimisation techniques in depth, so may I do research in depth in the time between 25th of March and 22nd of April and submit my proposal in a brief manner? Thanking you in advance Sanat Kumar Jain B.E. Computer Engineering Thapar University, Patiala India(GMT +5hr 30min) P.S. Sorry for sending my query so late, I had classes and to be honest, a little hesitation being a beginner which I just overcame. And I am sure that I will make a valuable contribution to the project this summer.
2011 Aug 03
1
Combining multiple dependent variables for machine learning
Hi, I apologize for posting this here, I am also trying to post this on machine learning emailing lists. I have a set (18K) of sequences (22 nt long) and I have their counts at 4 different stages. The difference in counts from one stage to the next represents how well the sequence performed in the transition. The total counts remain about the same in each stage. So if a 1 sequence loses some
2011 May 24
1
seeking help on using LARS package
Hi, I am writing to seek some guidance regarding using Lasso regression with the R package LARS. I have introductory statistics background but I am trying to learn more. Right now I am trying to duplicate the results in a paper for shRNA prediction "An accurate and interpretable model for siRNA efficacy prediction, Jean-Philippe Vert et. al, Bioinformatics" for a Bioinformatics project
2016 Feb 14
4
Implementation of substring search in omegascript
Hi, I'm Ayush an undergraduate Computer Science student from Thapar university, India. I was fiddling with xapian since the morning and trying to understand the code and internals of Xapian. I tried implementing the bite sized project idea posted here: https://trac.xapian.org/wiki/ProjectIdeas#AddnewOmegaScriptcommandtodoasubstringsearch but could not understand wh...