You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to only load CNV list from the local directory through a 'Path', now supports to read data in working environment by checking the type of input file;
Support to return the CNVR list to working environment.
2. Update cnv_clean.R …
Support to return Clean CNV List to working environment.
3. Update cnv_visualising.R …
Support to load CNV List from working environment.
4. Update compare_cnvr.R …
Add new function to generate the Unique and Mutual CNVRs by uniting the overlapped CNVRs between two results. There are two purposes for this work, one is to better understand the overlapping CNVRs, the other is to mark the common regions on CNVR distribution map;
5. Update 'cnvr_plot' …
Add 'overlap_cnvr' argument to support to mark overlapped region on CNVR distribution map;
Add 'label_prop' argument to show the proportion of CNVRs length to total length of relative chromosome on CNVR map;
Add 'chr_col' argument to customize the color of Chromosome;
Add 'overlap_col' argument to customize color of overlapped CNVRs
Reduce the margin of final CNVR distribution map.
6. Update compare_gene.R …
Add 'color_label' argument to display the color of genes that passed common threshold in the Heatmap;