Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running problem about seuratSCTprocess #3

Open
Gracebio opened this issue Sep 8, 2024 · 0 comments
Open

running problem about seuratSCTprocess #3

Gracebio opened this issue Sep 8, 2024 · 0 comments

Comments

@Gracebio
Copy link

Gracebio commented Sep 8, 2024

hi,

I'm really interested in scRNAutils and want to apply this brilliant procession to project.
Recently I researched this package and related paper before repeat this integration part. Today I installed the newest scRNAutils
version(dev) and to run as the following code step by step used one sample GSM4705589_RPE004_matrix.txt firstly.
raw_counts_processing/process_pan_human_carotid_samples_SCTransform.R
When it came to this step,

##################################
# STEP 1: Pre-processing (Create Seurat obj containing doublets)
# Dims of seurat object: 15179 genes x 2614 cells
rpe004_seurat_sct = CreateSeuratObject(counts = rpe004_sparse_mtx, 
                                      project = "pan_rpe004_carotid", 
                                      min.cells = 10, 
                                      min.features = 200)

I changed names of function and parameter according the new version, like this:

> rpe004_seurat_sct = seuratSCTprocess(rpe004_seurat_sct, libraryID = "pan_rpe004", studyID = "pan_et_al", tissueSource = "Carotid", diseaseStatus = "Atherosclerotic_plaque", seuratFilter = TRUE, age = 83, sex = "Male")
the feedback is:
Setting MAD-based adaptive thresholds for cells filtering... Using 3 MADs for joint metric filtering... Error in split.default(M, B) : first argument must be a vector --
 
Could you please provide some suggestions? Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant