add_to_seurat {infercnv} | R Documentation |
Add meta.data about CNAs to a Seurat object from an infercnv_obj
add_to_seurat( seurat_obj = NULL, infercnv_output_path, top_n = 10, bp_tolerance = 2e+06 )
seurat_obj |
Seurat object to add meta.data to (default: NULL) |
infercnv_output_path |
Path to the output folder of the infercnv run to use |
top_n |
How many of the largest CNA (in number of genes) to get. |
bp_tolerance |
How many bp of tolerance to have around feature start/end positions for top_n largest CNVs. |
seurat_obj