Skip to content

Commit

Permalink
Update utilities.R
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Apr 5, 2024
1 parent 51da426 commit 657280d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ my_stop = function() {
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance.
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}

Expand Down Expand Up @@ -592,7 +592,7 @@ get_transcript = function(.data, .transcript){
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance.
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}

Expand Down Expand Up @@ -708,7 +708,7 @@ get_elements_features = function(.data, .element, .feature, of_samples = TRUE){
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}
}
Expand All @@ -735,7 +735,7 @@ get_elements_features_abundance = function(.data, .element, .feature, .abundance
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}

Expand Down Expand Up @@ -801,7 +801,7 @@ get_elements = function(.data, .element, of_samples = TRUE){
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance.
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}
}
Expand Down Expand Up @@ -848,7 +848,7 @@ get_abundance_norm_if_exists = function(.data, .abundance){
stop("
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You might need to specify the arguments .sample, .transcript and/or .abundance.
Read the documentation of this function for more information.
Please read the documentation of this function for more information.
")
}
}
Expand Down

0 comments on commit 657280d

Please sign in to comment.