Révision 9fdbfada doc/sphinx_doc/rref.rst
b/doc/sphinx_doc/rref.rst | ||
---|---|---|
986 | 986 |
|
987 | 987 |
Florent Chuffart |
988 | 988 |
|
989 |
R: Compute the fuzzy list for a given strain. |
|
990 |
|
|
991 |
Compute the fuzzy list for a given strain. |
|
992 |
------------------------------------------ |
|
993 |
|
|
994 |
Description |
|
995 |
~~~~~~~~~~~ |
|
996 |
|
|
997 |
This function grabs the nucleosomes detxted by template\_filter that |
|
998 |
have been rejected bt aggregate\_intra\_strain\_nucs as well positions. |
|
999 |
|
|
1000 |
Usage |
|
1001 |
~~~~~ |
|
1002 |
|
|
1003 |
:: |
|
1004 |
|
|
1005 |
get_intra_strain_fuzzy(wp_maps, roi, strain, config = NULL) |
|
1006 |
|
|
1007 |
Arguments |
|
1008 |
~~~~~~~~~ |
|
1009 |
|
|
1010 |
``wp_maps`` |
|
1011 |
|
|
1012 |
Well positionned nucleosomes map. |
|
1013 |
|
|
1014 |
``roi`` |
|
1015 |
|
|
1016 |
The region of interest. |
|
1017 |
|
|
1018 |
``strain`` |
|
1019 |
|
|
1020 |
The strain we want to extracvt the fuzzy map. |
|
1021 |
|
|
1022 |
``config`` |
|
1023 |
|
|
1024 |
GLOBAL config variable. |
|
1025 |
|
|
1026 |
Author(s) |
|
1027 |
~~~~~~~~~ |
|
1028 |
|
|
1029 |
Florent Chuffart |
|
1030 |
|
|
989 | 1031 |
R: Compute the list of SNEPs for a given set of marker, strain... |
990 | 1032 |
|
991 | 1033 |
Compute the list of SNEPs for a given set of marker, strain combination and nuc form. |
... | ... | |
1042 | 1084 |
# foo = get_sneps(marker, combi, form) |
1043 | 1085 |
# foo = get_sneps("H4K12ac", c("BY", "RM"), "wp") |
1044 | 1086 |
|
1087 |
R: Compute the unaligned nucleosomal regions (UNRs). |
|
1088 |
|
|
1089 |
Compute the unaligned nucleosomal regions (UNRs). |
|
1090 |
------------------------------------------------- |
|
1091 |
|
|
1092 |
Description |
|
1093 |
~~~~~~~~~~~ |
|
1094 |
|
|
1095 |
This function aggregate non common wp nucs for each strain and substract |
|
1096 |
common wp nucs. It does not take care about the size of the resulting |
|
1097 |
UNR. It will be take into account in the count read part og the |
|
1098 |
pipeline. |
|
1099 |
|
|
1100 |
Usage |
|
1101 |
~~~~~ |
|
1102 |
|
|
1103 |
:: |
|
1104 |
|
|
1105 |
get_unrs(combi, roi, roi_index, wp_maps, fuzzy_maps, common_nuc_results, |
|
1106 |
config = NULL) |
|
1107 |
|
|
1108 |
Arguments |
|
1109 |
~~~~~~~~~ |
|
1110 |
|
|
1111 |
``combi`` |
|
1112 |
|
|
1113 |
The strain combination to consider. |
|
1114 |
|
|
1115 |
``roi`` |
|
1116 |
|
|
1117 |
The region of interest. |
|
1118 |
|
|
1119 |
``roi_index`` |
|
1120 |
|
|
1121 |
The region of interest index. |
|
1122 |
|
|
1123 |
``wp_maps`` |
|
1124 |
|
|
1125 |
Well positionned nucleosomes maps. |
|
1126 |
|
|
1127 |
``fuzzy_maps`` |
|
1128 |
|
|
1129 |
Fuzzy nucleosomes maps. |
|
1130 |
|
|
1131 |
``common_nuc_results`` |
|
1132 |
|
|
1133 |
Common wp nuc maps |
|
1134 |
|
|
1135 |
``config`` |
|
1136 |
|
|
1137 |
GLOBAL config variable |
|
1138 |
|
|
1139 |
Author(s) |
|
1140 |
~~~~~~~~~ |
|
1141 |
|
|
1142 |
Florent Chuffart |
|
1143 |
|
|
1045 | 1144 |
R: Returns the intersection of 2 list on regions. |
1046 | 1145 |
|
1047 | 1146 |
Returns the intersection of 2 list on regions. |
... | ... | |
1153 | 1252 |
+---------------+---------------------------------------------------+ |
1154 | 1253 |
| Author: | Florent Chuffart | |
1155 | 1254 |
+---------------+---------------------------------------------------+ |
1156 |
| Version: | 2.3.32 |
|
|
1255 |
| Version: | 2.3.33 |
|
|
1157 | 1256 |
+---------------+---------------------------------------------------+ |
1158 | 1257 |
| License: | CeCILL | |
1159 | 1258 |
+---------------+---------------------------------------------------+ |
... | ... | |
1485 | 1584 |
plot_arrow_raw_reads = TRUE, plot_arrow_nuc_reads = TRUE, |
1486 | 1585 |
plot_squared_reads = TRUE, plot_coverage = FALSE, plot_gaussian_reads = TRUE, |
1487 | 1586 |
plot_gaussian_unified_reads = TRUE, plot_ellipse_nucs = TRUE, |
1488 |
change_col = TRUE, plot_wp_nucs = TRUE, plot_wp_nuc_model = TRUE,
|
|
1489 |
plot_common_nucs = TRUE, plot_wp_nucs_4_nonmnase = FALSE,
|
|
1490 |
plot_chain = FALSE, aggregated_intra_strain_nucs = NULL, |
|
1587 |
change_col = TRUE, plot_wp_nucs = TRUE, plot_fuzzy_nucs = TRUE,
|
|
1588 |
plot_wp_nuc_model = TRUE, plot_common_nucs = FALSE, plot_common_unrs = FALSE,
|
|
1589 |
plot_wp_nucs_4_nonmnase = FALSE, plot_chain = FALSE, aggregated_intra_strain_nucs = NULL,
|
|
1491 | 1590 |
aligned_inter_strain_nucs = NULL, height = 10, config = NULL) |
1492 | 1591 |
|
1493 | 1592 |
Arguments |
... | ... | |
1541 | 1640 |
|
1542 | 1641 |
Plot (or not) cluster of nucs |
1543 | 1642 |
|
1643 |
``plot_fuzzy_nucs`` |
|
1644 |
|
|
1645 |
Plot (or not) cluster of fuzzy |
|
1646 |
|
|
1544 | 1647 |
``plot_wp_nuc_model`` |
1545 | 1648 |
|
1546 | 1649 |
Plot (or not) gaussian model for a cluster of nucs |
... | ... | |
1549 | 1652 |
|
1550 | 1653 |
Plot (or not) aligned reads. |
1551 | 1654 |
|
1655 |
``plot_common_unrs`` |
|
1656 |
|
|
1657 |
Plot (or not) unaligned nucleosomal refgions (UNRs). |
|
1658 |
|
|
1552 | 1659 |
``plot_wp_nucs_4_nonmnase`` |
1553 | 1660 |
|
1554 | 1661 |
Plot (or not) clusters for non inputs samples. |
Formats disponibles : Unified diff