-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plot differential analysis results #82
Comments
When filtering by p-value or log fc, the values used currently for both selecting and plotting are the coverage values. I haven't implemented yet a version where you can do this including input bigWig files. However if we want a scatter plot where bins are normalized to corresponding input (logfc or not), would it be correct to calculate the significance over those? My feeling is that the best approach is not to do that, but instead:
I would need some feedback on this issue @simonelsasser |
I think it depends on the normalisation if or not using external size factors, which represent the input sizes. If the aim is to remove the coverage variance on the input intervals, sample_bin / input_bin can "flatten the curve" on the igv profile plot, and
|
After merging #80, a results table with adjusted p-values and log fold change across replicates can be generated.
This is a reminder that a plotting function for such bins using a pval or/and logfc threshold can be implemented (scatterplot with highlighted dots and mean values).
The text was updated successfully, but these errors were encountered: