@@ -20,12 +20,12 @@ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://choosealicense.
2020<!-- badges: end -->
2121
2222The ` SomaDataIO ` R package loads and exports ‘SomaScan’ data via the
23- Standard BioTools , Inc. structured text file called an ADAT ( ` *.adat ` ).
24- The package also exports auxiliary functions for manipulating,
25- wrangling, and extracting relevant information from an ADAT object once
26- in memory. Basic familiarity with the R environment is assumed, as is
27- the ability to install contributed packages from the Comprehensive R
28- Archive Network (CRAN).
23+ SomaLogic Operating Co. , Inc. structured text file called an ADAT
24+ ( ` *.adat ` ). The package also exports auxiliary functions for
25+ manipulating, wrangling, and extracting relevant information from an
26+ ADAT object once in memory. Basic familiarity with the R environment is
27+ assumed, as is the ability to install contributed packages from the
28+ Comprehensive R Archive Network (CRAN).
2929
3030If you run into any issues/problems with ` SomaDataIO ` full documentation
3131of the most recent
@@ -253,14 +253,14 @@ the most popular [dplyr](https://dplyr.tidyverse.org) and
253253``` r
254254# see full complement of `soma_adat` methods
255255methods(class = " soma_adat" )
256- # > [1] $ $<- == Math Ops
257- # > [6] Summary [ [ <- [[ [[<-
258- # > [11] anti_join arrange count filter full_join
259- # > [16] getAdatVersion getAnalytes getMeta group_by inner_join
260- # > [21] is_seqFormat left_join median merge mutate
261- # > [26] print rename right_join row.names<- sample_frac
262- # > [31] sample_n semi_join separate slice slice_sample
263- # > [36] summary transform ungroup unite
256+ # > [1] [ [[ [[<- [<- ==
257+ # > [6] $ $ <- anti_join arrange count
258+ # > [11] filter full_join getAdatVersion getAnalytes getMeta
259+ # > [16] group_by inner_join is_seqFormat left_join Math
260+ # > [21] median merge mutate Ops print
261+ # > [26] rename right_join row.names<- sample_frac sample_n
262+ # > [31] semi_join separate slice_sample slice summary
263+ # > [36] Summary transform ungroup unite
264264# > see '?methods' for accessing help and source code
265265```
266266
@@ -360,7 +360,7 @@ articles and workflows are only accessible via the `SomaDataIO`
360360 - < https://choosealicense.com/licenses/mit/ >
361361 - [ https://www.tldrlegal.com/license/mit-license/ ] ( https://www.tldrlegal.com/license/mit-license )
362362- Further:
363- - “SomaDataIO” and “SomaLogic” are trademarks owned by Standard
364- BioTools , Inc. No license is hereby granted to these trademarks
363+ - “SomaDataIO” and “SomaLogic” are trademarks owned by SomaLogic
364+ Operating Co. , Inc. No license is hereby granted to these trademarks
365365 other than for purposes of identifying the origin or source of this
366366 Software.
0 commit comments