View source: R/read_cellranger_outs.R
read_cellranger_outs | R Documentation |
Caution: This function will add CDR3 sequences etc. uniformly to equal clonotype_ids even though if e.g. TRA was detected in every cell that has been assigned with clonotype_id i. Use read_cellranger_outs2 for a different behaviour, namely that this kind of imputation is not performed.
read_cellranger_outs(vdj_path)
vdj_path |
path to the parent folder containing one or multiple subfolders with cellrangers VDJ outs |
Required files in each subfolder of vdj_path are consensus_annotations.csv, filtered_contig_annotations.csv, consensus.fasta, concat_ref.fasta, filtered_contig.fasta. If one or more are missing this subfolder is excluded. clonotype_id and consensus_id are suffixed with _cr for cellranger; entries from consensus.fasta becomes consensus_seq_cr. ...
data frame (cl_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.