Description Usage Arguments Value Examples
View source: R/TCR.ContigList.R
Converting 10X genomics produced T cell contigs file(s) as a list outputed
1 | TCR.ContigList(datasetDir, sampleName, groupName)
|
datasetDir |
The single-cell samples' directory containing file filtered_contig_annotations.csv. |
sampleName |
The sample name of single cell sample. |
groupName |
The group name of single cell sample. |
List of clonotypes for individual cell barcodes.
1 2 3 4 5 | project_data_dir <- "F:/R_Language/data/tcr"
sample_name <- list.dirs(project_data_dir, full.names = FALSE, recursive = FALSE)
group_name <- c("A", "A", "B", "B")
TCR.ContigList(project_data_dir, sample_name, group_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.