robertaboukhalil / ginkgo

Cloud-based single-cell copy-number variation analysis tool
qb.cshl.edu/ginkgo
BSD 2-Clause "Simplified" License
47 stars 28 forks source link

How to define the reference sample? #8

Closed anyone1985 closed 6 years ago

anyone1985 commented 6 years ago

I have some MALBAC single cell data. I'd like to analyze the CNV with ginkgo. I do not know how to define the normal sample in the config file. Please give me some example to follow.

tgarvin commented 6 years ago

Hi. You need to also provide Malbac single cell read data in bed format for a cell that you know is from normal diploid tissue (I.e. from a tissue that has no major copy number variations).

If you didn't sequence any cells from a known normal diploid cell line you can download sequencing data from any previously generated dataset in the same organism/cell line. However, it's always better to have data from the same sequencing runs to control for any other errors introduced in the process.

Sent from my iPhone

On Aug 1, 2017, at 11:25 PM, anyone1985 notifications@github.com<mailto:notifications@github.com> wrote:

I have some MALBAC single cell data. I'd like to analyze the CNV with ginkgo. I do not know how to define the normal sample in the config file. Please give me some example to follow.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_robertaboukhalil_ginkgo_issues_8&d=DwMCaQ&c=mkpgQs82XaCKIwNV8b32dmVOmERqJe4bBOtF0CetP9Y&r=_00cSwveK_yUD35hWysVLQ&m=AT9EQu5DFt_1_6ZXYycjSp1yNqaA15-tQj0vy6x05KM&s=6a-IFwlT5Xv0UoLRL4n-g-AEbb5cUhREsUXDFF8s1I4&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AEHWMn2Org3nK-5Ftjl-2D0s6mybDOrmu6x8ks5sUBZcgaJpZM4OqptM&d=DwMCaQ&c=mkpgQs82XaCKIwNV8b32dmVOmERqJe4bBOtF0CetP9Y&r=_00cSwveK_yUD35hWysVLQ&m=AT9EQu5DFt_1_6ZXYycjSp1yNqaA15-tQj0vy6x05KM&s=q2qM_GisZ_T15GVQUgFydq11qLCavu_Ev_5WF9jIj0c&e=.

anyone1985 commented 6 years ago

Yeah. I have malbac single cell data from blood and adjacent. How do I define this data in the config file? Another question is if ginkgo could output the range of LOH. Because I need this data for SciClone analysis ? Thank you for your quick reply.

robertaboukhalil commented 6 years ago

In the GUI, under Segmentation, select Custom and upload the reference .bed file.

If you're using the CLI, you can define segMeth=2 and ref=yourRefFile.bed in the config.

Let us know if that fixes your issue.

anyone1985 commented 6 years ago

Thank you for your answer.