segments.alphabets: Alphabets of TCR and Ig gene segments.

Description Usage Format Examples

Description

Character vector with names for segments. With tcR we provided alphabets for all alpha, beta, gamma and delta chains gene segments.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

Format

Each <SPECIES>_<GENES> is a character vector. <SPECIES> is an identifier of species, <GENES> is concatenated three identifiers of cell type ("TR**" for TCR, "IG**" for Ig), chain (e.g., "**A*" for alpha chains) and gene segment ("***V" for V(ariable) gene segment, "***J" for J(oining) gene segment, "***D" for D(iversity) gene segment).

Examples

1
2
3
4
## Not run: 
HUMAN_TRBV[1]  #  => "TRBV10-1"

## End(Not run)

Example output

Loading required package: ggplot2
Loading required package: dplyr

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: gridExtra

Attaching package: 'gridExtra'

The following object is masked from 'package:dplyr':

    combine

Loading required package: reshape2
Loading required package: igraph

Attaching package: 'igraph'

The following objects are masked from 'package:dplyr':

    as_data_frame, groups, union

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

sh: 1: cannot create /dev/null: Permission denied
sh: 1: wc: Permission denied
Could not detect number of cores, defaulting to 1.

Attaching package: 'tcR'

The following object is masked from 'package:igraph':

    diversity

[1] "TRBV10-1"

tcR documentation built on July 2, 2020, 3:18 a.m.