Description Usage Arguments Value
Return the given data frame with in-frame or out-of-frame sequences only. Nucleotide sequences in a column "CDR3.nucleotide.sequence" are checked if they length are divisible by 3 (len mod 3 == 0 => in-frame, else out-of-frame)
1 2 3 4 5 6 7 8 9 10 11 | get.inframes(.data, .head = 0, .coding = T)
get.outframes(.data, .head = 0)
count.inframes(.data, .head = 0, .coding = T)
count.outframes(.data, .head = 0)
get.frames(.data, .frame = c('in', 'out', 'all'), .head = 0, .coding = T)
count.frames(.data, .frame = c('in', 'out', 'all'), .head = 0, .coding = T)
|
.data |
MiTCR data.frame or a list with mitcr data.frames. |
.head |
Parameter to the head() function. Supply 0 to get all elements. |
.coding |
if T then return only coding sequences, i.e. without stop-codon. |
.frame |
Which *-frames to choose. |
Filtered data.frame or a list with such data.frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.