-
Notifications
You must be signed in to change notification settings - Fork 11
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
Extract features file structure #30
Comments
Hi @RahelehSalehi , the features-tsv file are in the following format, each row represents features of a CpG site:
Best, |
Thank you so much for your response. Regarding the extracted features, when you normalized the signals what is the difference between 'zscore', 'min-max', 'min-mean', or 'mad' normalization methods? Since I extracted features from my data, some of the mean IPD values are negative values, do you know why it happens? |
@RahelehSalehi , it is because of the zscore normalization. You can check the zscore formula, there can be negative values after zscore normalization. The related code is here: https://github.com/PengNi/ccsmeth/blob/master/ccsmeth/extract_features.py#L169. Best, |
@PengNi I find this interesting. I am currently exploring this tool for my data and it's been a bit technical as I have a little bioinformatic background. I have used your trained model for calling the modification and the extraction of the features, please how do I use the output of the ccsmeth extract in the deep neural network of the ccsmeth according to your paper on arxiv. |
I also want to know if it will be worthwhile to train my own model |
@olaraym , hi, you can just follow the steps in quick strat to call modifications and frequencies. To train a new model, please check the |
@PengNi thank you very much for your response, I appreciate it. My data is non-human and I will definitely try it out. |
Hi PengNi, |
Hi @RahelehSalehi, if the read is mapped to the reverse strand of the reference (SAM FLAG 0x10), then |
Could you please explain a little more? when we have a seq which is involved forward strand and reverse strand. If it is -, is the strand in the features list the reverse strand? |
The |
Hi Peng, |
Hi Raheleh,
Best, |
Hi Peng, |
Hi Raheleh, Best, |
Hi, I used ccsmeth extract command to extract features. How should it be structured when opened in tsv file in python?
Could you please give some information related to the file structure?
Thank you so much...
The text was updated successfully, but these errors were encountered: