Results for "PE"

Pages

  • Find certain files/documents in Linux OS

    ...ns like you can find files by permissions, users, groups, file...ne in / directory.# find / -type d -name Gene/Gene5. Find fast...all SGID set files.# find / -perm /g+s13. Find Read Only File...M -exec rm -rf {} \;35. Find Specific Files and DeleteFind all...

    3697 days ago

  • Check Linux server configuration !!

    ...tem/server information.To check what version of Operating System is installed on...;    TikangaTo check whether the operating system is 32 or 64bit:-...Pages:      377892 kBMapped:    &nbs...

    3668 days ago

  • Linux Sort Commands for Bioinformatics

    Almost all the scripting languages such as Perl, Python etc have built-in sort, but unfortunately none of...ase add them to our comments section below. For more help, you can also type:man sortorsort --helpon your...

    3643 days ago

  • Monitor running jobs on Linux server

    ...used.‘top’ is very simple to run: type%% topYou’ll get a scree...let’s read and understand at each line independently.The first line:top - 2...1 running,  238 sleeping,   0 stopped,   0 zombieThis li...

    3637 days ago

  • Search Shell Command History

    ...ndreads of command in daily basis. Most of them are actually repeated several time. The question remain open how do I search old command...a * have been modified by user. Shell history search commandType history at a shell prompt:$ h...

    3630 days ago

  • A guide for complete R beginners :- R Syntax

    ...e(‘data.tsv’) This can always be stored, we call what it is stored in an ‘object’ mydata here mydata is an object of type dataframe Reminder: Vecto...

    3373 days ago

  • A guide for complete R beginners :- Getting data into R

    ...ed by the default syntax #if any of these are typed it will print to screen m...identified by their name #if any of these are typed it will print to screen m...Graphs to get an idea of what R is capable of type demo(graphics) steps th...

    3373 days ago

  • A guide for complete R beginners :- Installing R packages

    ...ould be easier. We just fire up an R shell and type:> install.packages("ggplot...kages/") It’s a bit of a pain having to type /data/Rpackages/ all the time...use. To set the repository and avoid having to specify this at every package ins...

    3373 days ago

  • Perl One liner basics !!

    Perl has a ton of command line switches (see perldoc perlrun), but I'm just going to cov...switch takes a quoted string of Perl code and executes it. For e...stead.I'm always forgetting what Perl's predefined special variab...ead of -e. This turns on some of Perl's newer features, like say,...

    3285 days ago

  • Reverse Complement Problem Solved with Perl

    Question at http://rosalind.info/problems/1b/ #Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the reverse complement of P...

    3268 days ago