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

Alternative entrypoint? #1

Open
colindaven opened this issue Sep 18, 2023 · 1 comment
Open

Alternative entrypoint? #1

colindaven opened this issue Sep 18, 2023 · 1 comment

Comments

@colindaven
Copy link

Hi,

I don't use Cellranger since we have BD Rhapsody data which is not compatible.

Is there a way to input the data into this tool after generating the count matrix, but before standard normalization, reporting etc ?
In other words, I don't want to start with fastqs, but with a matrix.

Thanks

@zhangjing1123
Copy link
Contributor

If you need to input a csv format expression matrix file, this can be achieved by modifying the corresponding parameters in the following configuration file:
[indata]
s1="path/s1_matrix.csv"
s2="path/s2_matrix.csv"
[run]
fastp=false
cellrangle=false
[step1]
filetype="csv"
csv_sep=","

Set the path of the expression matrix corresponding to each sample in [indata]
Set fastp and cellranger to false in [run] to skip these two steps
Set the input file type to csv and the separator to comma in [step1]

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

2 participants