CRISPRseek base editor
1
0
Entering edit mode
s.islambey • 0
@sislambey-24381
Last seen 3.5 years ago

While reviewing the source code of your CRISPRseek package I am confused about one thing. While examining the buildFeatureVectorForScoring function, I saw that it was written differently in the source code I downloaded and the R program. I'm confused as to which one is the latest version. I would be very grateful if you could explain why this difference. In BuildFeatureVectorForScoring2 function, the r.nucleotide [r.nucleotide == "T"] = "U" line failed when r.nucleotide contained "T". I think the reason is that the variable r.nucleotide in the previous line is perceived as a DNA sequence since it was created with DNAStringSet, and therefore does not contain "Uracil". enter image description here

CRISPRseek • 616 views
ADD COMMENT
0
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 5 months ago
United States

Hi Sezer Islambey,

Thanks for the question! That line of code is used to convert all Ts to Us which is required by the downstream analysis, which assumes U instead of T. FYI, this is an internal function and not meant to be called directly.

Best,

Julie

ADD COMMENT

Login before adding your answer.

Traffic: 961 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6