diff --git a/docs/LICENSE.html b/docs/LICENSE.html index c2e20c2..378eb44 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -44,6 +44,7 @@

The MIT License (MIT)

+

Copyright © Calico Life Sciences LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

diff --git a/docs/articles/romic.html b/docs/articles/romic.html index 814808d..dce90ee 100644 --- a/docs/articles/romic.html +++ b/docs/articles/romic.html @@ -59,7 +59,7 @@ -
+

Value

@@ -155,21 +160,24 @@

Examples

feature_vars = "feature_group", sample_pk = "sample_id", sample_vars = "sample_group" ) +#> 1 measurement variables were defined as the +#> left overs from the specified feature and sample varaibles: +#> value #> $data #> # A tibble: 50 × 5 #> feature_id feature_group sample_id sample_group value #> <int> <chr> <chr> <chr> <dbl> -#> 1 1 a A a 0.668 -#> 2 1 a B a -0.923 -#> 3 1 a C b -0.340 -#> 4 1 a D b 1.77 -#> 5 1 a E b -2.12 -#> 6 2 a A a -1.99 -#> 7 2 a B a 2.70 -#> 8 2 a C b 0.881 -#> 9 2 a D b -0.0384 -#> 10 2 a E b -0.872 -#> # … with 40 more rows +#> 1 1 a A a 1.34 +#> 2 1 a B a 1.02 +#> 3 1 a C b 2.04 +#> 4 1 a D b -0.156 +#> 5 1 a E b 0.702 +#> 6 2 a A a -1.28 +#> 7 2 a B a -0.0231 +#> 8 2 a C b 0.343 +#> 9 2 a D b 0.757 +#> 10 2 a E b 0.910 +#> # ℹ 40 more rows #> #> $design #> $design$features diff --git a/docs/reference/downsample_heatmap.html b/docs/reference/downsample_heatmap.html index d580712..d198443 100644 --- a/docs/reference/downsample_heatmap.html +++ b/docs/reference/downsample_heatmap.html @@ -50,7 +50,13 @@

Downsample Heatmap

-
downsample_heatmap(tidy_data, value_var, design, max_display_features = 1000)
+
downsample_heatmap(
+  tidy_data,
+  value_var,
+  design,
+  max_display_features = 1000,
+  verbose = TRUE
+)
@@ -73,6 +79,10 @@

Arguments

aggregate and downsample distinct feature to this number to speed to up heatmap rendering.

+ +
verbose
+

extra reporting messages

+

Value

diff --git a/docs/reference/export_tomic_as_tidy.html b/docs/reference/export_tomic_as_tidy.html index 2de6057..457d752 100644 --- a/docs/reference/export_tomic_as_tidy.html +++ b/docs/reference/export_tomic_as_tidy.html @@ -52,7 +52,7 @@

Export T*Omic in Tidy Format

-
export_tomic_as_tidy(tomic, dir_path, name_preamble)
+
export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)
@@ -68,6 +68,10 @@

Arguments

name_preamble

start of output file name

+ +
verbose
+

extra reporting messages

+

Value

diff --git a/docs/reference/export_tomic_as_triple.html b/docs/reference/export_tomic_as_triple.html index fb8ef64..62b55e4 100644 --- a/docs/reference/export_tomic_as_triple.html +++ b/docs/reference/export_tomic_as_triple.html @@ -50,7 +50,7 @@

Export T*Omic as Triple

-
export_tomic_as_triple(tomic, dir_path, name_preamble)
+
export_tomic_as_triple(tomic, dir_path, name_preamble, verbose = TRUE)
@@ -66,6 +66,10 @@

Arguments

name_preamble

start of output file name

+ +
verbose
+

extra reporting messages

+

Value

diff --git a/docs/reference/export_tomic_as_wide.html b/docs/reference/export_tomic_as_wide.html index 34595d6..2ed845f 100644 --- a/docs/reference/export_tomic_as_wide.html +++ b/docs/reference/export_tomic_as_wide.html @@ -59,7 +59,8 @@

Export T*Omic as Wide Data

dir_path, name_preamble, value_var = NULL, - transpose = FALSE + transpose = FALSE, + verbose = TRUE )
@@ -84,6 +85,10 @@

Arguments

transpose

if TRUE then samples will be stored as rows

+ +
verbose
+

extra reporting messages

+

Value

diff --git a/docs/reference/filter_tomic.html b/docs/reference/filter_tomic.html index 9e31978..f83d13d 100644 --- a/docs/reference/filter_tomic.html +++ b/docs/reference/filter_tomic.html @@ -125,7 +125,7 @@

Examples

#> 8 YDR239C biological process unknown molecular function unknown YDR239C #> 9 KKQ8 biological process unknown protein kinase activity YKL168C #> 10 UIP5 biological process unknown molecular function unknown YKR044W -#> # … with 100 more rows +#> # ℹ 100 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -141,7 +141,7 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 3,960 × 3 @@ -157,7 +157,7 @@

Examples

#> 8 YDR239C G0.05 -0.55 #> 9 KKQ8 G0.05 -0.6 #> 10 UIP5 G0.05 -0.56 -#> # … with 3,950 more rows +#> # ℹ 3,950 more rows #> #> $design #> $design$features @@ -204,19 +204,19 @@

Examples

) #> $features #> # A tibble: 500 × 4 -#> name BP MF syste…¹ -#> <chr> <chr> <chr> <chr> -#> 1 YOL029C biological process unknown mole… YOL029C -#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C -#> 3 YHR036W biological process unknown mole… YHR036W -#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C -#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C -#> 6 FKH1 pseudohyphal growth* tran… YIL131C -#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W -#> 8 CSN12 adaptation to pheromone during conjugation with cellul… mole… YJR084W -#> 9 YAL046C biological process unknown mole… YAL046C -#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C -#> # … with 490 more rows, and abbreviated variable name ¹​systematic_name +#> name BP MF systematic_name +#> <chr> <chr> <chr> <chr> +#> 1 YOL029C biological process unknown mole… YOL029C +#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C +#> 3 YHR036W biological process unknown mole… YHR036W +#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C +#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C +#> 6 FKH1 pseudohyphal growth* tran… YIL131C +#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W +#> 8 CSN12 adaptation to pheromone during conjugation wit… mole… YJR084W +#> 9 YAL046C biological process unknown mole… YAL046C +#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C +#> # ℹ 490 more rows #> #> $samples #> # A tibble: 6 × 3 @@ -243,7 +243,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 #> 9 YAL046C G0.05 0.05 #> 10 SLG1 G0.05 -0.06 -#> # … with 2,990 more rows +#> # ℹ 2,990 more rows #> #> $design #> $design$features @@ -290,20 +290,19 @@

Examples

) #> $data #> # A tibble: 12,000 × 8 -#> name BP MF syste…¹ sample nutri…² DR expre…³ -#> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> -#> 1 YOL029C biological process unknown mole… YOL029C G0.05 G 0.05 -0.22 -#> 2 YOL029C biological process unknown mole… YOL029C G0.1 G 0.1 -0.18 -#> 3 YOL029C biological process unknown mole… YOL029C G0.15 G 0.15 0.27 -#> 4 YOL029C biological process unknown mole… YOL029C G0.2 G 0.2 0.18 -#> 5 YOL029C biological process unknown mole… YOL029C N0.05 N 0.05 0.26 -#> 6 YOL029C biological process unknown mole… YOL029C N0.1 N 0.1 0.15 -#> 7 YOL029C biological process unknown mole… YOL029C N0.15 N 0.15 0.04 -#> 8 YOL029C biological process unknown mole… YOL029C N0.2 N 0.2 -0.07 -#> 9 YOL029C biological process unknown mole… YOL029C P0.05 P 0.05 -0.55 -#> 10 YOL029C biological process unknown mole… YOL029C P0.1 P 0.1 -0.67 -#> # … with 11,990 more rows, and abbreviated variable names ¹​systematic_name, -#> # ²​nutrient, ³​expression +#> name BP MF systematic_name sample nutrient DR expression +#> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> +#> 1 YOL029C biological pr… mole… YOL029C G0.05 G 0.05 -0.22 +#> 2 YOL029C biological pr… mole… YOL029C G0.1 G 0.1 -0.18 +#> 3 YOL029C biological pr… mole… YOL029C G0.15 G 0.15 0.27 +#> 4 YOL029C biological pr… mole… YOL029C G0.2 G 0.2 0.18 +#> 5 YOL029C biological pr… mole… YOL029C N0.05 N 0.05 0.26 +#> 6 YOL029C biological pr… mole… YOL029C N0.1 N 0.1 0.15 +#> 7 YOL029C biological pr… mole… YOL029C N0.15 N 0.15 0.04 +#> 8 YOL029C biological pr… mole… YOL029C N0.2 N 0.2 -0.07 +#> 9 YOL029C biological pr… mole… YOL029C P0.05 P 0.05 -0.55 +#> 10 YOL029C biological pr… mole… YOL029C P0.1 P 0.1 -0.67 +#> # ℹ 11,990 more rows #> #> $design #> $design$features @@ -361,7 +360,7 @@

Examples

#> 8 YDR239C biological process unknown molecular function unknown YDR239C #> 9 KKQ8 biological process unknown protein kinase activity YKL168C #> 10 UIP5 biological process unknown molecular function unknown YKR044W -#> # … with 100 more rows +#> # ℹ 100 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -377,7 +376,7 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 3,960 × 3 @@ -393,7 +392,7 @@

Examples

#> 8 YDR239C G0.05 -0.55 #> 9 KKQ8 G0.05 -0.6 #> 10 UIP5 G0.05 -0.56 -#> # … with 3,950 more rows +#> # ℹ 3,950 more rows #> #> $design #> $design$features diff --git a/docs/reference/get_tomic_table.html b/docs/reference/get_tomic_table.html index e79ffe6..b5de9df 100644 --- a/docs/reference/get_tomic_table.html +++ b/docs/reference/get_tomic_table.html @@ -99,22 +99,22 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows get_tomic_table(brauer_2008_tidy, "features") #> # A tibble: 500 × 4 -#> name BP MF syste…¹ -#> <chr> <chr> <chr> <chr> -#> 1 YOL029C biological process unknown mole… YOL029C -#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C -#> 3 YHR036W biological process unknown mole… YHR036W -#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C -#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C -#> 6 FKH1 pseudohyphal growth* tran… YIL131C -#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W -#> 8 CSN12 adaptation to pheromone during conjugation with cellul… mole… YJR084W -#> 9 YAL046C biological process unknown mole… YAL046C -#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C -#> # … with 490 more rows, and abbreviated variable name ¹​systematic_name +#> name BP MF systematic_name +#> <chr> <chr> <chr> <chr> +#> 1 YOL029C biological process unknown mole… YOL029C +#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C +#> 3 YHR036W biological process unknown mole… YHR036W +#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C +#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C +#> 6 FKH1 pseudohyphal growth* tran… YIL131C +#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W +#> 8 CSN12 adaptation to pheromone during conjugation wit… mole… YJR084W +#> 9 YAL046C biological process unknown mole… YAL046C +#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C +#> # ℹ 490 more rows
diff --git a/docs/reference/hclust_order.html b/docs/reference/hclust_order.html index ea8cc4e..1939b83 100644 --- a/docs/reference/hclust_order.html +++ b/docs/reference/hclust_order.html @@ -119,8 +119,8 @@

Examples

mutate(noise =
rnorm(n())) hclust_order(df, "letters", "numbers", "noise", "rows") #> $rows -#> [1] "J" "W" "D" "O" "M" "C" "H" "G" "T" "E" "Q" "Y" "Z" "N" "F" "X" "S" "U" "L" -#> [20] "V" "R" "A" "B" "I" "K" "P" +#> [1] "K" "M" "P" "G" "Q" "T" "F" "J" "C" "R" "D" "H" "S" "N" "U" "B" "O" "X" "L" +#> [20] "I" "V" "W" "Z" "Y" "A" "E" #> diff --git a/docs/reference/impute_missing_values.html b/docs/reference/impute_missing_values.html index bf95eaa..f29c5c4 100644 --- a/docs/reference/impute_missing_values.html +++ b/docs/reference/impute_missing_values.html @@ -88,19 +88,19 @@

Examples

impute_missing_values(brauer_2008_triple)
 #> $features
 #> # A tibble: 500 × 4
-#>    name    BP                                                      MF    syste…¹
-#>    <chr>   <chr>                                                   <chr> <chr>  
-#>  1 YOL029C biological process unknown                              mole… YOL029C
-#>  2 SCW11   cytokinesis, completion of separation                   gluc… YGL028C
-#>  3 YHR036W biological process unknown                              mole… YHR036W
-#>  4 BGL2    cell wall organization and biogenesis                   gluc… YGR282C
-#>  5 ACT1    cell wall organization and biogenesis*                  stru… YFL039C
-#>  6 FKH1    pseudohyphal growth*                                    tran… YIL131C
-#>  7 HOC1    cell wall mannoprotein biosynthesis*                    tran… YJR075W
-#>  8 CSN12   adaptation to pheromone during conjugation with cellul… mole… YJR084W
-#>  9 YAL046C biological process unknown                              mole… YAL046C
-#> 10 SLG1    cell wall organization and biogenesis*                  tran… YOR008C
-#> # … with 490 more rows, and abbreviated variable name ¹​systematic_name
+#>    name    BP                                              MF    systematic_name
+#>    <chr>   <chr>                                           <chr> <chr>          
+#>  1 YOL029C biological process unknown                      mole… YOL029C        
+#>  2 SCW11   cytokinesis, completion of separation           gluc… YGL028C        
+#>  3 YHR036W biological process unknown                      mole… YHR036W        
+#>  4 BGL2    cell wall organization and biogenesis           gluc… YGR282C        
+#>  5 ACT1    cell wall organization and biogenesis*          stru… YFL039C        
+#>  6 FKH1    pseudohyphal growth*                            tran… YIL131C        
+#>  7 HOC1    cell wall mannoprotein biosynthesis*            tran… YJR075W        
+#>  8 CSN12   adaptation to pheromone during conjugation wit… mole… YJR084W        
+#>  9 YAL046C biological process unknown                      mole… YAL046C        
+#> 10 SLG1    cell wall organization and biogenesis*          tran… YOR008C        
+#> # ℹ 490 more rows
 #> 
 #> $samples
 #> # A tibble: 36 × 3
@@ -116,7 +116,7 @@ 

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 18,000 × 4 @@ -132,7 +132,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 -0.49 #> 9 YAL046C G0.05 0.05 0.05 #> 10 SLG1 G0.05 -0.06 -0.06 -#> # … with 17,990 more rows +#> # ℹ 17,990 more rows #> #> $design #> $design$features diff --git a/docs/reference/index.html b/docs/reference/index.html index 08ac3f3..03e4e58 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -360,9 +360,9 @@

Meta

-

romic

+

romic romic-package

-

romic package

+

romic: R for High-Dimensional Omic Data

prepare_example_datasets()

diff --git a/docs/reference/plot_heatmap-1.png b/docs/reference/plot_heatmap-1.png index 82c19ca..6d89c19 100644 Binary files a/docs/reference/plot_heatmap-1.png and b/docs/reference/plot_heatmap-1.png differ diff --git a/docs/reference/plot_heatmap.html b/docs/reference/plot_heatmap.html index abd3f81..0931926 100644 --- a/docs/reference/plot_heatmap.html +++ b/docs/reference/plot_heatmap.html @@ -62,7 +62,10 @@

Plot Heatmap

hclust_method = "ward.D2", change_threshold = Inf, plot_type = "grob", - max_display_features = 800 + max_display_features = 800, + x_label = NULL, + y_label = NULL, + colorbar_label = NULL )
@@ -117,6 +120,18 @@

Arguments

aggregate and downsample distinct feature to this number to speed to up heatmap rendering.

+ +
x_label
+

label for x-axis (if NULL then use feature_var)

+ + +
y_label
+

label for y-axis (if NULL then use sample_var)

+ + +
colorbar_label
+

label for color-bar; default is log2 abundance

+

Value

diff --git a/docs/reference/remove_missing_values.html b/docs/reference/remove_missing_values.html index 1526d59..bf6a4d2 100644 --- a/docs/reference/remove_missing_values.html +++ b/docs/reference/remove_missing_values.html @@ -55,7 +55,8 @@

Remove Missing Values

remove_missing_values(
   tomic,
   value_var = NULL,
-  missing_val_method = "drop_samples"
+  missing_val_method = "drop_samples",
+  verbose = TRUE
 )
@@ -83,6 +84,10 @@

Arguments

+ +
verbose
+

extra reporting messages

+

Value

@@ -98,19 +103,19 @@

Examples

#> 40 features dropped due to missing values #> $features #> # A tibble: 460 × 4 -#> name BP MF syste…¹ -#> <chr> <chr> <chr> <chr> -#> 1 YOL029C biological process unknown mole… YOL029C -#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C -#> 3 YHR036W biological process unknown mole… YHR036W -#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C -#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C -#> 6 FKH1 pseudohyphal growth* tran… YIL131C -#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W -#> 8 CSN12 adaptation to pheromone during conjugation with cellul… mole… YJR084W -#> 9 YAL046C biological process unknown mole… YAL046C -#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C -#> # … with 450 more rows, and abbreviated variable name ¹​systematic_name +#> name BP MF systematic_name +#> <chr> <chr> <chr> <chr> +#> 1 YOL029C biological process unknown mole… YOL029C +#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C +#> 3 YHR036W biological process unknown mole… YHR036W +#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C +#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C +#> 6 FKH1 pseudohyphal growth* tran… YIL131C +#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W +#> 8 CSN12 adaptation to pheromone during conjugation wit… mole… YJR084W +#> 9 YAL046C biological process unknown mole… YAL046C +#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C +#> # ℹ 450 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -126,7 +131,7 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 16,560 × 3 @@ -142,7 +147,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 #> 9 YAL046C G0.05 0.05 #> 10 SLG1 G0.05 -0.06 -#> # … with 16,550 more rows +#> # ℹ 16,550 more rows #> #> $design #> $design$features diff --git a/docs/reference/romic-package.html b/docs/reference/romic-package.html new file mode 100644 index 0000000..04a95da --- /dev/null +++ b/docs/reference/romic-package.html @@ -0,0 +1,94 @@ + +romic: R for High-Dimensional Omic Data — romic-package • romic + + +
+
+ + + +
+
+ + +
+

'romic' represents high-dimensional data as tables of features, + samples and measurements, and a design list for tracking the meaning of + individual variables. Using this format, filtering, normalization, and + other transformations of a dataset can be carried out in a flexible + manner. 'romic' takes advantage of these transformations to create + interactive shiny apps for exploratory data analysis such as an + interactive heatmap.

+
+ + +
+

Author

+

Maintainer: Sean Hackett sean@calicolabs.com (ORCID)

+

Other contributors:

  • Calico Life Sciences LLC [copyright holder, funder]

  • +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/sort_tomic.html b/docs/reference/sort_tomic.html index ab4b77e..303cdf8 100644 --- a/docs/reference/sort_tomic.html +++ b/docs/reference/sort_tomic.html @@ -134,7 +134,7 @@

Examples

#> 8 YER121W YER121W "" "" #> 9 OM45 YIL136W "biological process unknown" "molecular function u… #> 10 GSY2 YLR258W "glycogen metabolism" "glycogen (starch) sy… -#> # … with 490 more rows +#> # ℹ 490 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -150,7 +150,7 @@

Examples

#> 8 L0.1 L 0.1 #> 9 L0.15 L 0.15 #> 10 L0.2 L 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 18,000 × 3 @@ -166,7 +166,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 #> 9 YAL046C G0.05 0.05 #> 10 SLG1 G0.05 -0.06 -#> # … with 17,990 more rows +#> # ℹ 17,990 more rows #> #> $design #> $design$features diff --git a/docs/reference/tidy_to_triple.html b/docs/reference/tidy_to_triple.html index 531fa08..5e1bd3d 100644 --- a/docs/reference/tidy_to_triple.html +++ b/docs/reference/tidy_to_triple.html @@ -83,19 +83,19 @@

Examples

tidy_to_triple(brauer_2008_tidy)
 #> $features
 #> # A tibble: 500 × 4
-#>    name    BP                                                      MF    syste…¹
-#>    <chr>   <chr>                                                   <chr> <chr>  
-#>  1 YOL029C biological process unknown                              mole… YOL029C
-#>  2 SCW11   cytokinesis, completion of separation                   gluc… YGL028C
-#>  3 YHR036W biological process unknown                              mole… YHR036W
-#>  4 BGL2    cell wall organization and biogenesis                   gluc… YGR282C
-#>  5 ACT1    cell wall organization and biogenesis*                  stru… YFL039C
-#>  6 FKH1    pseudohyphal growth*                                    tran… YIL131C
-#>  7 HOC1    cell wall mannoprotein biosynthesis*                    tran… YJR075W
-#>  8 CSN12   adaptation to pheromone during conjugation with cellul… mole… YJR084W
-#>  9 YAL046C biological process unknown                              mole… YAL046C
-#> 10 SLG1    cell wall organization and biogenesis*                  tran… YOR008C
-#> # … with 490 more rows, and abbreviated variable name ¹​systematic_name
+#>    name    BP                                              MF    systematic_name
+#>    <chr>   <chr>                                           <chr> <chr>          
+#>  1 YOL029C biological process unknown                      mole… YOL029C        
+#>  2 SCW11   cytokinesis, completion of separation           gluc… YGL028C        
+#>  3 YHR036W biological process unknown                      mole… YHR036W        
+#>  4 BGL2    cell wall organization and biogenesis           gluc… YGR282C        
+#>  5 ACT1    cell wall organization and biogenesis*          stru… YFL039C        
+#>  6 FKH1    pseudohyphal growth*                            tran… YIL131C        
+#>  7 HOC1    cell wall mannoprotein biosynthesis*            tran… YJR075W        
+#>  8 CSN12   adaptation to pheromone during conjugation wit… mole… YJR084W        
+#>  9 YAL046C biological process unknown                      mole… YAL046C        
+#> 10 SLG1    cell wall organization and biogenesis*          tran… YOR008C        
+#> # ℹ 490 more rows
 #> 
 #> $samples
 #> # A tibble: 36 × 3
@@ -111,7 +111,7 @@ 

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 18,000 × 3 @@ -127,7 +127,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 #> 9 YAL046C G0.05 0.05 #> 10 SLG1 G0.05 -0.06 -#> # … with 17,990 more rows +#> # ℹ 17,990 more rows #> #> $design #> $design$features diff --git a/docs/reference/tomic_to.html b/docs/reference/tomic_to.html index bb52ccd..5d923a8 100644 --- a/docs/reference/tomic_to.html +++ b/docs/reference/tomic_to.html @@ -80,19 +80,19 @@

Examples

tomic_to(brauer_2008_tidy, "triple_omic") #> $features #> # A tibble: 500 × 4 -#> name BP MF syste…¹ -#> <chr> <chr> <chr> <chr> -#> 1 YOL029C biological process unknown mole… YOL029C -#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C -#> 3 YHR036W biological process unknown mole… YHR036W -#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C -#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C -#> 6 FKH1 pseudohyphal growth* tran… YIL131C -#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W -#> 8 CSN12 adaptation to pheromone during conjugation with cellul… mole… YJR084W -#> 9 YAL046C biological process unknown mole… YAL046C -#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C -#> # … with 490 more rows, and abbreviated variable name ¹​systematic_name +#> name BP MF systematic_name +#> <chr> <chr> <chr> <chr> +#> 1 YOL029C biological process unknown mole… YOL029C +#> 2 SCW11 cytokinesis, completion of separation gluc… YGL028C +#> 3 YHR036W biological process unknown mole… YHR036W +#> 4 BGL2 cell wall organization and biogenesis gluc… YGR282C +#> 5 ACT1 cell wall organization and biogenesis* stru… YFL039C +#> 6 FKH1 pseudohyphal growth* tran… YIL131C +#> 7 HOC1 cell wall mannoprotein biosynthesis* tran… YJR075W +#> 8 CSN12 adaptation to pheromone during conjugation wit… mole… YJR084W +#> 9 YAL046C biological process unknown mole… YAL046C +#> 10 SLG1 cell wall organization and biogenesis* tran… YOR008C +#> # ℹ 490 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -108,7 +108,7 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 18,000 × 3 @@ -124,7 +124,7 @@

Examples

#> 8 CSN12 G0.05 -0.49 #> 9 YAL046C G0.05 0.05 #> 10 SLG1 G0.05 -0.06 -#> # … with 17,990 more rows +#> # ℹ 17,990 more rows #> #> $design #> $design$features diff --git a/docs/reference/triple_to_tidy.html b/docs/reference/triple_to_tidy.html index afb8123..304f7b4 100644 --- a/docs/reference/triple_to_tidy.html +++ b/docs/reference/triple_to_tidy.html @@ -113,7 +113,7 @@

Examples

#> 8 2 a C b -2.46 #> 9 2 a D b -1.42 #> 10 2 a E b 0.467 -#> # … with 40 more rows +#> # ℹ 40 more rows #> #> $design #> $design$features diff --git a/docs/reference/try_brushedPoints.html b/docs/reference/try_brushedPoints.html index 37952ca..a943492 100644 --- a/docs/reference/try_brushedPoints.html +++ b/docs/reference/try_brushedPoints.html @@ -58,7 +58,7 @@

Try brushedPoints

Arguments

...
-

args to pass to brushedPoints

+

args to pass to brushedPoints

diff --git a/docs/reference/update_tomic.html b/docs/reference/update_tomic.html index 6561084..12e397f 100644 --- a/docs/reference/update_tomic.html +++ b/docs/reference/update_tomic.html @@ -86,20 +86,19 @@

Examples

update_tomic(brauer_2008_triple, updated_features) #> $features #> # A tibble: 110 × 5 -#> name BP MF syste…¹ chrom…² -#> <chr> <chr> <chr> <chr> <int> -#> 1 YOL029C biological process unknown molecular function unknown YOL029C 15 -#> 2 YHR036W biological process unknown molecular function unknown YHR036W 8 -#> 3 YAL046C biological process unknown molecular function unknown YAL046C 1 -#> 4 YHR151C biological process unknown molecular function unknown YHR151C 8 -#> 5 YKL027W biological process unknown molecular function unknown YKL027W 11 -#> 6 YBR220C biological process unknown molecular function unknown YBR220C 2 -#> 7 YLR057W biological process unknown molecular function unknown YLR057W 12 -#> 8 YDR239C biological process unknown molecular function unknown YDR239C 4 -#> 9 KKQ8 biological process unknown protein kinase activity YKL168C 11 -#> 10 UIP5 biological process unknown molecular function unknown YKR044W 11 -#> # … with 100 more rows, and abbreviated variable names ¹​systematic_name, -#> # ²​chromosome +#> name BP MF systematic_name chromosome +#> <chr> <chr> <chr> <chr> <int> +#> 1 YOL029C biological process unknown molecular func… YOL029C 15 +#> 2 YHR036W biological process unknown molecular func… YHR036W 8 +#> 3 YAL046C biological process unknown molecular func… YAL046C 1 +#> 4 YHR151C biological process unknown molecular func… YHR151C 8 +#> 5 YKL027W biological process unknown molecular func… YKL027W 11 +#> 6 YBR220C biological process unknown molecular func… YBR220C 2 +#> 7 YLR057W biological process unknown molecular func… YLR057W 12 +#> 8 YDR239C biological process unknown molecular func… YDR239C 4 +#> 9 KKQ8 biological process unknown protein kinase… YKL168C 11 +#> 10 UIP5 biological process unknown molecular func… YKR044W 11 +#> # ℹ 100 more rows #> #> $samples #> # A tibble: 36 × 3 @@ -115,7 +114,7 @@

Examples

#> 8 N0.1 N 0.1 #> 9 N0.15 N 0.15 #> 10 N0.2 N 0.2 -#> # … with 26 more rows +#> # ℹ 26 more rows #> #> $measurements #> # A tibble: 3,960 × 3 @@ -131,7 +130,7 @@

Examples

#> 8 YDR239C G0.05 -0.55 #> 9 KKQ8 G0.05 -0.6 #> 10 UIP5 G0.05 -0.56 -#> # … with 3,950 more rows +#> # ℹ 3,950 more rows #> #> $design #> $design$features diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 40e2a11..e20aeed 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -174,6 +174,9 @@ /reference/remove_missing_values.html + + /reference/romic-package.html + /reference/romic.html