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

Multiple fastq files (multiple samples) #83

Open
gk-bioin4m8x opened this issue Jul 23, 2018 · 5 comments
Open

Multiple fastq files (multiple samples) #83

gk-bioin4m8x opened this issue Jul 23, 2018 · 5 comments

Comments

@gk-bioin4m8x
Copy link

gk-bioin4m8x commented Jul 23, 2018

Hi @LuyiTian,
I have run your tutorial https://bioconductor.org/packages/devel/bioc/vignettes/scPipe/inst/doc/scPipe_tutorial.html and has been successful. However, I am wondering if I have multiple fastq files (multiple samples), how would I start as well as find the read_structure? I have used "get_read_str" but getting error that:
could not find function "get_read_str"
Please guide.
Thanks.

@gk-bioin4m8x
Copy link
Author

@LuyiTian Any updates please?

1 similar comment
@gk-bioin4m8x
Copy link
Author

@LuyiTian Any updates please?

@mritchie
Copy link
Collaborator

mritchie commented Aug 1, 2018

Sorry for the delay in replying. @Shians who wrote the get_read_str function is away on holidays at the moment. The function is new and not exported, so to access, try scPipe:::get_read_str. It currently supports a few known formats we've encountered, so may not work if your data is in a format we haven't seen.
To deal with multiple fastq files (1 per sample) perhaps try concatenating them before running.

@LuyiTian
Copy link
Owner

LuyiTian commented Aug 2, 2018

please check the document in sc_exon_mapping. it accepts multiple bam files, each representing a cell. you need to set bc_len to 0 and provide a barcode_vector like c("CELL001","CELL002","CELL003"). the elements in the barcode vector should be the same length.

if you do this, you also need to set max_mis=0 in other functions to disable the fuzzy search。

Sorry, this is a recently added function and we haven't included them in the tutorials yet.

scPipe is still under active development so it is recommended to use the dev version of scPipe to have the recent updations and new features.

@gk-bioin4m8x
Copy link
Author

Thanks @mritchie @LuyiTian I will try again.

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

3 participants