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

SUPPLY THE STEP OF FILTER #5

Open
rpghjs opened this issue Oct 20, 2021 · 1 comment
Open

SUPPLY THE STEP OF FILTER #5

rpghjs opened this issue Oct 20, 2021 · 1 comment

Comments

@rpghjs
Copy link

rpghjs commented Oct 20, 2021

Hi,
When i running the step of PASCALL,I saw the ployaDB in optional.So So I didn't choose that option.Now i have a problem that I have a huge amount of data to sift through right now (with 70,000 PASs).How can i use the polyaDB to filter the data via myself instead of running PAScall.

@liguowei-CAS
Copy link
Contributor

liguowei-CAS commented Oct 30, 2021

Hi,
In the PAScall step, SCAPTURE will generate three BED files for exonic, intronic, 3primeExtended poly(A) sites, which were named as "Your_Output_Prefix.*.peaks.annotated.bed".

SCAPTURE could solely run the "evaluate process" with files mentioned above and polyADB hg38 file with comands below:

/picb/SCAPTURE-main/scapture_evaluate --peak Your_Output_Prefix.exonic.peaks.annotated.bed -o Your_Output_Prefix.exonic.peaks --species human -g /Your_Path/hg38.fa --polyaDB /Your_Path/polyaDB_file --path /picb/SCAPTURE-main/

We take exonic poly(A) sites BED file as an example here, which could be replaced by "intronic.peaks.annotated.bed" and "3primeExtended.peaks.annotated.bed" files.

Then, the output of "scapture_evaluate" step will be "Your_Output_Prefix.exonic.peaks.evaluated.bed", and could directly be applied to the downstream PASmerge or PASquant step.

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